Html Css Color HEX #C66427 Christine

📋 copy color: '#C66427'

red 198 ◦ green 100 ◦ blue 39

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

Shades of Christine #C66427

Tints of Christine #C66427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.57%

R = 58.75%
G = 29.67%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C66427 (or 0xC66427) is known color: Christine. HEX triplet: C6, 64 and 27. RGB value is (198,100,39). Sum of RGB (Red+Green+Blue) = 198+100+39=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C66427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66427 is #399BD8. Grayscale: #7A7A7A. Windows color (decimal): -3775449 or 2581702. OLE color: 2581702.

HSL color Cylindrical-coordinate representation of color #C66427: hue angle of 23.02º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C66427 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 39 -
CMYK 0 0.49 0.80 0.22
HSL 23.02º 0.67% 0.46% -
HSV(B) 23.02º 0.8% 0.78% -
XYZ 28.21 21.27 4.54 -
YUV 122.35 80.97 181.96 -
System Red Green Blue C M Y K H S L
Decimal 198 100 39 0 0.49 0.80 0.22 23.02 0.67 0.46
Hex C6 64 27 0 31 50 16 17 43 2E
Octal 306 144 47 0 61 120 26 27 103 56
Binary 11000110 1100100 100111 0 110001 1010000 10110 10111 1000011 101110

Color Harmonies of #C66427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66427

Black with #C66427

Text Example


Text Example

White with #C66427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66427; }

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

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

background-color css

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

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

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

border-color css

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

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

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