Html Css Color HEX #C4561F Christine

📋 copy color: '#C4561F'

red 196 ◦ green 86 ◦ blue 31

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

Shades of Christine #C4561F

Tints of Christine #C4561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 62.62%
G = 27.48%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4561F (or 0xC4561F) is known color: Christine. HEX triplet: C4, 56 and 1F. RGB value is (196,86,31). Sum of RGB (Red+Green+Blue) = 196+86+31=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4561F is #3BA9E0. Grayscale: #707070. Windows color (decimal): -3910113 or 2053828. OLE color: 2053828.

HSL color Cylindrical-coordinate representation of color #C4561F: hue angle of 20º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4561F is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 31 -
CMYK 0 0.56 0.84 0.23
HSL 20º 0.73% 0.45% -
HSV(B) 20º 0.84% 0.77% -
XYZ 26.34 18.49 3.48 -
YUV 112.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 196 86 31 0 0.56 0.84 0.23 20 0.73 0.45
Hex C4 56 1F 0 38 54 17 14 49 2D
Octal 304 126 37 0 70 124 27 24 111 55
Binary 11000100 1010110 11111 0 111000 1010100 10111 10100 1001001 101101

Color Harmonies of #C4561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4561F

Black with #C4561F

Text Example


Text Example

White with #C4561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4561F; }

 p { color: rgb(196,86,31); }

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

background-color css

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

 a { background-color: rgb(196,86,31); }

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

border-color css

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

 span { border-color: rgb(196,86,31); }

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