Html Css Color HEX #C4551D Christine

📋 copy color: '#C4551D'

red 196 ◦ green 85 ◦ blue 29

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

Shades of Christine #C4551D

Tints of Christine #C4551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 63.23%
G = 27.42%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4551D (or 0xC4551D) is known color: Christine. HEX triplet: C4, 55 and 1D. RGB value is (196,85,29). Sum of RGB (Red+Green+Blue) = 196+85+29=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4551D is #3BAAE2. Grayscale: #707070. Windows color (decimal): -3910371 or 1922500. OLE color: 1922500.

HSL color Cylindrical-coordinate representation of color #C4551D: hue angle of 20.12º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4551D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 29 -
CMYK 0 0.57 0.85 0.23
HSL 20.12º 0.74% 0.44% -
HSV(B) 20.12º 0.85% 0.77% -
XYZ 26.24 18.32 3.32 -
YUV 111.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 196 85 29 0 0.57 0.85 0.23 20.12 0.74 0.44
Hex C4 55 1D 0 39 55 17 14 4A 2C
Octal 304 125 35 0 71 125 27 24 112 54
Binary 11000100 1010101 11101 0 111001 1010101 10111 10100 1001010 101100

Color Harmonies of #C4551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4551D

Black with #C4551D

Text Example


Text Example

White with #C4551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4551D; }

 p { color: rgb(196,85,29); }

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

background-color css

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

 a { background-color: rgb(196,85,29); }

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

border-color css

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

 span { border-color: rgb(196,85,29); }

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