Html Css Color HEX #C66026 Christine

📋 copy color: '#C66026'

red 198 ◦ green 96 ◦ blue 38

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

Shades of Christine #C66026

Tints of Christine #C66026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 59.64%
G = 28.92%
B = 11.45%

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

#C66026 (or 0xC66026) is known color: Christine. HEX triplet: C6, 60 and 26. RGB value is (198,96,38). Sum of RGB (Red+Green+Blue) = 198+96+38=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C66026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66026 is #399FD9. Grayscale: #787878. Windows color (decimal): -3776474 or 2515142. OLE color: 2515142.

HSL color Cylindrical-coordinate representation of color #C66026: hue angle of 21.75º degrees, saturation: 0.68, 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 #C66026 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 38 -
CMYK 0 0.52 0.81 0.22
HSL 21.75º 0.68% 0.46% -
HSV(B) 21.75º 0.81% 0.78% -
XYZ 27.82 20.51 4.33 -
YUV 119.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 198 96 38 0 0.52 0.81 0.22 21.75 0.68 0.46
Hex C6 60 26 0 34 51 16 16 44 2E
Octal 306 140 46 0 64 121 26 26 104 56
Binary 11000110 1100000 100110 0 110100 1010001 10110 10110 1000100 101110

Color Harmonies of #C66026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66026

Black with #C66026

Text Example


Text Example

White with #C66026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66026; }

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

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

background-color css

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

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

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

border-color css

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

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

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