Html Css Color HEX #C0434E Old Rose

📋 copy color: '#C0434E'

red 192 ◦ green 67 ◦ blue 78

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

Shades of Old Rose #C0434E

Tints of Old Rose #C0434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 56.97%
G = 19.88%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0434E (or 0xC0434E) is known color: Old Rose. HEX triplet: C0, 43 and 4E. RGB value is (192,67,78). Sum of RGB (Red+Green+Blue) = 192+67+78=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0434E is #3FBCB1. Grayscale: #696969. Windows color (decimal): -4177074 or 5129152. OLE color: 5129152.

HSL color Cylindrical-coordinate representation of color #C0434E: hue angle of 354.72º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0434E is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 78 -
CMYK 0 0.65 0.59 0.25
HSL 354.72º 0.5% 0.51% -
HSV(B) 354.72º 0.65% 0.75% -
XYZ 25.12 15.77 8.93 -
YUV 105.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 192 67 78 0 0.65 0.59 0.25 354.72 0.5 0.51
Hex C0 43 4E 0 41 3B 19 163 32 33
Octal 300 103 116 0 101 73 31 543 62 63
Binary 11000000 1000011 1001110 0 1000001 111011 11001 101100011 110010 110011

Color Harmonies of #C0434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0434E

Black with #C0434E

Text Example


Text Example

White with #C0434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0434E; }

 p { color: rgb(192,67,78); }

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

background-color css

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

 a { background-color: rgb(192,67,78); }

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

border-color css

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

 span { border-color: rgb(192,67,78); }

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