Html Css Color HEX #C65D1C Chocolate

📋 copy color: '#C65D1C'

red 198 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #C65D1C

Tints of Chocolate #C65D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 62.07%
G = 29.15%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C65D1C (or 0xC65D1C) is known color: Chocolate. HEX triplet: C6, 5D and 1C. RGB value is (198,93,28). Sum of RGB (Red+Green+Blue) = 198+93+28=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D1C is #39A2E3. Grayscale: #757575. Windows color (decimal): -3777252 or 1859014. OLE color: 1859014.

HSL color Cylindrical-coordinate representation of color #C65D1C: hue angle of 22.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C65D1C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 28 -
CMYK 0 0.53 0.86 0.22
HSL 22.94º 0.75% 0.44% -
HSV(B) 22.94º 0.86% 0.78% -
XYZ 27.41 19.92 3.5 -
YUV 116.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 198 93 28 0 0.53 0.86 0.22 22.94 0.75 0.44
Hex C6 5D 1C 0 35 56 16 17 4B 2C
Octal 306 135 34 0 65 126 26 27 113 54
Binary 11000110 1011101 11100 0 110101 1010110 10110 10111 1001011 101100

Color Harmonies of #C65D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D1C

Black with #C65D1C

Text Example


Text Example

White with #C65D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D1C; }

 p { color: rgb(198,93,28); }

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

background-color css

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

 a { background-color: rgb(198,93,28); }

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

border-color css

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

 span { border-color: rgb(198,93,28); }

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