Html Css Color HEX #C63452 Old Rose

📋 copy color: '#C63452'

red 198 ◦ green 52 ◦ blue 82

#C63452
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C63452

Tints of Old Rose #C63452

RGB

 RED value IS 198 (77.73% from 255) = 59.64%

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 59.64%
G = 15.66%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C63452 (or 0xC63452) is known color: Old Rose. HEX triplet: C6, 34 and 52. RGB value is (198,52,82). Sum of RGB (Red+Green+Blue) = 198+52+82=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63452 is #39CBAD. Grayscale: #636363. Windows color (decimal): -3787694 or 5387462. OLE color: 5387462.

HSL color Cylindrical-coordinate representation of color #C63452: hue angle of 347.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63452 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 82 -
CMYK 0 0.74 0.59 0.22
HSL 347.67º 0.58% 0.49% -
HSV(B) 347.67º 0.74% 0.78% -
XYZ 26.04 15.07 9.52 -
YUV 99.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 198 52 82 0 0.74 0.59 0.22 347.67 0.58 0.49
Hex C6 34 52 0 4A 3B 16 15C 3A 31
Octal 306 64 122 0 112 73 26 534 72 61
Binary 11000110 110100 1010010 0 1001010 111011 10110 101011100 111010 110001

Color Harmonies of #C63452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63452

Black with #C63452

Text Example


Text Example

White with #C63452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63452; }

 p { color: rgb(198,52,82); }

 H1.HeaderClassName
 {
   color: #C63452;
 }
 .AnyTagClassName
 {
   color: #C63452;
 }
</style>

background-color css

<style>
 a { background-color: #C63452; }

 a { background-color: rgb(198,52,82); }

 div.DivClassName
 {
   background-color: #C63452;
 }
 .BgClassName
 {
   background-color: #C63452;
 }
</style>

border-color css

<style>
 span { border-color: #C63452; }

 span { border-color: rgb(198,52,82); }

 td.TdClassName
 {
   border-color: #C63452;
 }
 .TagClassName
 {
   border-color: #C63452;
 }
</style>