Html Css Color HEX #C96225 Christine

📋 copy color: '#C96225'

red 201 ◦ green 98 ◦ blue 37

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

Shades of Christine #C96225

Tints of Christine #C96225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 59.82%
G = 29.17%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C96225 (or 0xC96225) is known color: Christine. HEX triplet: C9, 62 and 25. RGB value is (201,98,37). Sum of RGB (Red+Green+Blue) = 201+98+37=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C96225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96225 is #369DDA. Grayscale: #7A7A7A. Windows color (decimal): -3579355 or 2450121. OLE color: 2450121.

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

Color convert

RGB 201 98 37 -
CMYK 0 0.51 0.82 0.21
HSL 22.32º 0.69% 0.47% -
HSV(B) 22.32º 0.82% 0.79% -
XYZ 28.79 21.29 4.34 -
YUV 121.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 201 98 37 0 0.51 0.82 0.21 22.32 0.69 0.47
Hex C9 62 25 0 33 52 15 16 45 2F
Octal 311 142 45 0 63 122 25 26 105 57
Binary 11001001 1100010 100101 0 110011 1010010 10101 10110 1000101 101111

Color Harmonies of #C96225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96225

Black with #C96225

Text Example


Text Example

White with #C96225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96225; }

 p { color: rgb(201,98,37); }

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

background-color css

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

 a { background-color: rgb(201,98,37); }

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

border-color css

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

 span { border-color: rgb(201,98,37); }

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