Html Css Color HEX #C66025 Christine

📋 copy color: '#C66025'

red 198 ◦ green 96 ◦ blue 37

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

Shades of Christine #C66025

Tints of Christine #C66025

RGB

 RED value IS 198 (77.73% from 255) = 59.82%

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 59.82%
G = 29%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C66025 (or 0xC66025) is known color: Christine. HEX triplet: C6, 60 and 25. RGB value is (198,96,37). Sum of RGB (Red+Green+Blue) = 198+96+37=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C66025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66025 is #399FDA. Grayscale: #787878. Windows color (decimal): -3776475 or 2449606. OLE color: 2449606.

HSL color Cylindrical-coordinate representation of color #C66025: hue angle of 21.99º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C66025 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 37 -
CMYK 0 0.52 0.81 0.22
HSL 21.99º 0.69% 0.46% -
HSV(B) 21.99º 0.81% 0.78% -
XYZ 27.81 20.51 4.24 -
YUV 119.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 198 96 37 0 0.52 0.81 0.22 21.99 0.69 0.46
Hex C6 60 25 0 34 51 16 16 45 2E
Octal 306 140 45 0 64 121 26 26 105 56
Binary 11000110 1100000 100101 0 110100 1010001 10110 10110 1000101 101110

Color Harmonies of #C66025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66025

Black with #C66025

Text Example


Text Example

White with #C66025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66025; }

 p { color: rgb(198,96,37); }

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

background-color css

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

 a { background-color: rgb(198,96,37); }

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

border-color css

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

 span { border-color: rgb(198,96,37); }

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