Html Css Color HEX #C66426 Christine

📋 copy color: '#C66426'

red 198 ◦ green 100 ◦ blue 38

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

Shades of Christine #C66426

Tints of Christine #C66426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 58.93%
G = 29.76%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C66426 (or 0xC66426) is known color: Christine. HEX triplet: C6, 64 and 26. RGB value is (198,100,38). Sum of RGB (Red+Green+Blue) = 198+100+38=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C66426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66426 is #399BD9. Grayscale: #7A7A7A. Windows color (decimal): -3775450 or 2516166. OLE color: 2516166.

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

Color convert

RGB 198 100 38 -
CMYK 0 0.49 0.81 0.22
HSL 23.25º 0.68% 0.46% -
HSV(B) 23.25º 0.81% 0.78% -
XYZ 28.2 21.26 4.45 -
YUV 122.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 198 100 38 0 0.49 0.81 0.22 23.25 0.68 0.46
Hex C6 64 26 0 31 51 16 17 44 2E
Octal 306 144 46 0 61 121 26 27 104 56
Binary 11000110 1100100 100110 0 110001 1010001 10110 10111 1000100 101110

Color Harmonies of #C66426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66426

Black with #C66426

Text Example


Text Example

White with #C66426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66426; }

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

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

background-color css

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

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

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

border-color css

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

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

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