Html Css Color HEX #C4424B Old Rose

📋 copy color: '#C4424B'

red 196 ◦ green 66 ◦ blue 75

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

Shades of Old Rose #C4424B

Tints of Old Rose #C4424B

RGB

 RED value IS 196 (76.95% from 255) = 58.16%

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 58.16%
G = 19.58%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4424B (or 0xC4424B) is known color: Old Rose. HEX triplet: C4, 42 and 4B. RGB value is (196,66,75). Sum of RGB (Red+Green+Blue) = 196+66+75=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4424B is #3BBDB4. Grayscale: #696969. Windows color (decimal): -3915189 or 4932292. OLE color: 4932292.

HSL color Cylindrical-coordinate representation of color #C4424B: hue angle of 355.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4424B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 75 -
CMYK 0 0.66 0.62 0.23
HSL 355.85º 0.52% 0.51% -
HSV(B) 355.85º 0.66% 0.77% -
XYZ 25.98 16.14 8.4 -
YUV 105.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 196 66 75 0 0.66 0.62 0.23 355.85 0.52 0.51
Hex C4 42 4B 0 42 3E 17 164 34 33
Octal 304 102 113 0 102 76 27 544 64 63
Binary 11000100 1000010 1001011 0 1000010 111110 10111 101100100 110100 110011

Color Harmonies of #C4424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4424B

Black with #C4424B

Text Example


Text Example

White with #C4424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4424B; }

 p { color: rgb(196,66,75); }

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

background-color css

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

 a { background-color: rgb(196,66,75); }

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

border-color css

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

 span { border-color: rgb(196,66,75); }

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