Html Css Color HEX #C03652 Old Rose

📋 copy color: '#C03652'

red 192 ◦ green 54 ◦ blue 82

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

Shades of Old Rose #C03652

Tints of Old Rose #C03652

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 58.54%
G = 16.46%
B = 25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03652 (or 0xC03652) is known color: Old Rose. HEX triplet: C0, 36 and 52. RGB value is (192,54,82). Sum of RGB (Red+Green+Blue) = 192+54+82=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03652 is #3FC9AD. Grayscale: #626262. Windows color (decimal): -4180398 or 5387968. OLE color: 5387968.

HSL color Cylindrical-coordinate representation of color #C03652: hue angle of 347.83º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03652 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 82 -
CMYK 0 0.72 0.57 0.25
HSL 347.83º 0.56% 0.48% -
HSV(B) 347.83º 0.72% 0.75% -
XYZ 24.58 14.45 9.48 -
YUV 98.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 192 54 82 0 0.72 0.57 0.25 347.83 0.56 0.48
Hex C0 36 52 0 48 39 19 15C 38 30
Octal 300 66 122 0 110 71 31 534 70 60
Binary 11000000 110110 1010010 0 1001000 111001 11001 101011100 111000 110000

Color Harmonies of #C03652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03652

Black with #C03652

Text Example


Text Example

White with #C03652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03652; }

 p { color: rgb(192,54,82); }

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

background-color css

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

 a { background-color: rgb(192,54,82); }

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

border-color css

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

 span { border-color: rgb(192,54,82); }

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