Html Css Color HEX #C0434B Old Rose

📋 copy color: '#C0434B'

red 192 ◦ green 67 ◦ blue 75

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

Shades of Old Rose #C0434B

Tints of Old Rose #C0434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 57.49%
G = 20.06%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0434B (or 0xC0434B) is known color: Old Rose. HEX triplet: C0, 43 and 4B. RGB value is (192,67,75). Sum of RGB (Red+Green+Blue) = 192+67+75=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0434B is #3FBCB4. Grayscale: #696969. Windows color (decimal): -4177077 or 4932544. OLE color: 4932544.

HSL color Cylindrical-coordinate representation of color #C0434B: hue angle of 356.16º 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 #C0434B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 75 -
CMYK 0 0.65 0.61 0.25
HSL 356.16º 0.5% 0.51% -
HSV(B) 356.16º 0.65% 0.75% -
XYZ 25.02 15.73 8.37 -
YUV 105.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 192 67 75 0 0.65 0.61 0.25 356.16 0.5 0.51
Hex C0 43 4B 0 41 3D 19 164 32 33
Octal 300 103 113 0 101 75 31 544 62 63
Binary 11000000 1000011 1001011 0 1000001 111101 11001 101100100 110010 110011

Color Harmonies of #C0434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0434B

Black with #C0434B

Text Example


Text Example

White with #C0434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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