Html Css Color HEX #C65E27 Christine

📋 copy color: '#C65E27'

red 198 ◦ green 94 ◦ blue 39

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

Shades of Christine #C65E27

Tints of Christine #C65E27

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

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

R = 59.82%
G = 28.4%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C65E27 (or 0xC65E27) is known color: Christine. HEX triplet: C6, 5E and 27. RGB value is (198,94,39). Sum of RGB (Red+Green+Blue) = 198+94+39=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65E27 is #39A1D8. Grayscale: #777777. Windows color (decimal): -3776985 or 2580166. OLE color: 2580166.

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

Color convert

RGB 198 94 39 -
CMYK 0 0.53 0.80 0.22
HSL 20.75º 0.67% 0.46% -
HSV(B) 20.75º 0.8% 0.78% -
XYZ 27.66 20.16 4.35 -
YUV 118.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 198 94 39 0 0.53 0.80 0.22 20.75 0.67 0.46
Hex C6 5E 27 0 35 50 16 15 43 2E
Octal 306 136 47 0 65 120 26 25 103 56
Binary 11000110 1011110 100111 0 110101 1010000 10110 10101 1000011 101110

Color Harmonies of #C65E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E27

Black with #C65E27

Text Example


Text Example

White with #C65E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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