Html Css Color HEX #C4414B Old Rose

📋 copy color: '#C4414B'

red 196 ◦ green 65 ◦ blue 75

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

Shades of Old Rose #C4414B

Tints of Old Rose #C4414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 58.33%
G = 19.35%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4414B (or 0xC4414B) is known color: Old Rose. HEX triplet: C4, 41 and 4B. RGB value is (196,65,75). Sum of RGB (Red+Green+Blue) = 196+65+75=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4414B is #3BBEB4. Grayscale: #696969. Windows color (decimal): -3915445 or 4932036. OLE color: 4932036.

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

Color convert

RGB 196 65 75 -
CMYK 0 0.67 0.62 0.23
HSL 355.42º 0.53% 0.51% -
HSV(B) 355.42º 0.67% 0.77% -
XYZ 25.93 16.02 8.38 -
YUV 105.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 196 65 75 0 0.67 0.62 0.23 355.42 0.53 0.51
Hex C4 41 4B 0 43 3E 17 163 35 33
Octal 304 101 113 0 103 76 27 543 65 63
Binary 11000100 1000001 1001011 0 1000011 111110 10111 101100011 110101 110011

Color Harmonies of #C4414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4414B

Black with #C4414B

Text Example


Text Example

White with #C4414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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