Html Css Color HEX #C96127 Christine

📋 copy color: '#C96127'

red 201 ◦ green 97 ◦ blue 39

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

Shades of Christine #C96127

Tints of Christine #C96127

RGB

 RED value IS 201 (78.91% from 255) = 59.64%

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 39 (15.63% from 255) = 11.57%

R = 59.64%
G = 28.78%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C96127 (or 0xC96127) is known color: Christine. HEX triplet: C9, 61 and 27. RGB value is (201,97,39). Sum of RGB (Red+Green+Blue) = 201+97+39=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C96127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96127 is #369ED8. Grayscale: #797979. Windows color (decimal): -3579609 or 2580937. OLE color: 2580937.

HSL color Cylindrical-coordinate representation of color #C96127: hue angle of 21.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C96127 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 39 -
CMYK 0 0.52 0.81 0.21
HSL 21.48º 0.68% 0.47% -
HSV(B) 21.48º 0.81% 0.79% -
XYZ 28.73 21.11 4.48 -
YUV 121.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 201 97 39 0 0.52 0.81 0.21 21.48 0.68 0.47
Hex C9 61 27 0 34 51 15 15 44 2F
Octal 311 141 47 0 64 121 25 25 104 57
Binary 11001001 1100001 100111 0 110100 1010001 10101 10101 1000100 101111

Color Harmonies of #C96127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96127

Black with #C96127

Text Example


Text Example

White with #C96127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96127; }

 p { color: rgb(201,97,39); }

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

background-color css

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

 a { background-color: rgb(201,97,39); }

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

border-color css

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

 span { border-color: rgb(201,97,39); }

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