Html Css Color HEX #C96630 Christine

📋 copy color: '#C96630'

red 201 ◦ green 102 ◦ blue 48

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

Shades of Christine #C96630

Tints of Christine #C96630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 57.26%
G = 29.06%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C96630 (or 0xC96630) is known color: Christine. HEX triplet: C9, 66 and 30. RGB value is (201,102,48). Sum of RGB (Red+Green+Blue) = 201+102+48=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C96630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96630 is #3699CF. Grayscale: #7D7D7D. Windows color (decimal): -3578320 or 3172041. OLE color: 3172041.

HSL color Cylindrical-coordinate representation of color #C96630: hue angle of 21.18º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C96630 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 48 -
CMYK 0 0.49 0.76 0.21
HSL 21.18º 0.61% 0.49% -
HSV(B) 21.18º 0.76% 0.79% -
XYZ 29.37 22.13 5.52 -
YUV 125.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 201 102 48 0 0.49 0.76 0.21 21.18 0.61 0.49
Hex C9 66 30 0 31 4C 15 15 3D 31
Octal 311 146 60 0 61 114 25 25 75 61
Binary 11001001 1100110 110000 0 110001 1001100 10101 10101 111101 110001

Color Harmonies of #C96630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96630

Black with #C96630

Text Example


Text Example

White with #C96630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96630; }

 p { color: rgb(201,102,48); }

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

background-color css

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

 a { background-color: rgb(201,102,48); }

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

border-color css

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

 span { border-color: rgb(201,102,48); }

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