Html Css Color HEX #C4551E Christine

📋 copy color: '#C4551E'

red 196 ◦ green 85 ◦ blue 30

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

Shades of Christine #C4551E

Tints of Christine #C4551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 63.02%
G = 27.33%
B = 9.65%

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

#C4551E (or 0xC4551E) is known color: Christine. HEX triplet: C4, 55 and 1E. RGB value is (196,85,30). Sum of RGB (Red+Green+Blue) = 196+85+30=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4551E is #3BAAE1. Grayscale: #707070. Windows color (decimal): -3910370 or 1988036. OLE color: 1988036.

HSL color Cylindrical-coordinate representation of color #C4551E: hue angle of 19.88º degrees, saturation: 0.73, 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 #C4551E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 30 -
CMYK 0 0.57 0.85 0.23
HSL 19.88º 0.73% 0.44% -
HSV(B) 19.88º 0.85% 0.77% -
XYZ 26.25 18.33 3.38 -
YUV 111.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 196 85 30 0 0.57 0.85 0.23 19.88 0.73 0.44
Hex C4 55 1E 0 39 55 17 14 49 2C
Octal 304 125 36 0 71 125 27 24 111 54
Binary 11000100 1010101 11110 0 111001 1010101 10111 10100 1001001 101100

Color Harmonies of #C4551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4551E

Black with #C4551E

Text Example


Text Example

White with #C4551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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