Html Css Color HEX #C63052 Old Rose

📋 copy color: '#C63052'

red 198 ◦ green 48 ◦ blue 82

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

Shades of Old Rose #C63052

Tints of Old Rose #C63052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 60.37%
G = 14.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C63052 (or 0xC63052) is known color: Old Rose. HEX triplet: C6, 30 and 52. RGB value is (198,48,82). Sum of RGB (Red+Green+Blue) = 198+48+82=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C63052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63052 is #39CFAD. Grayscale: #606060. Windows color (decimal): -3788718 or 5386438. OLE color: 5386438.

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

Color convert

RGB 198 48 82 -
CMYK 0 0.76 0.59 0.22
HSL 346.4º 0.61% 0.48% -
HSV(B) 346.4º 0.76% 0.78% -
XYZ 25.87 14.73 9.46 -
YUV 96.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 198 48 82 0 0.76 0.59 0.22 346.4 0.61 0.48
Hex C6 30 52 0 4C 3B 16 15A 3D 30
Octal 306 60 122 0 114 73 26 532 75 60
Binary 11000110 110000 1010010 0 1001100 111011 10110 101011010 111101 110000

Color Harmonies of #C63052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63052

Black with #C63052

Text Example


Text Example

White with #C63052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63052; }

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

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

background-color css

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

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

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

border-color css

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

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

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