Html Css Color HEX #C65C1B Chocolate

📋 copy color: '#C65C1B'

red 198 ◦ green 92 ◦ blue 27

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

Shades of Chocolate #C65C1B

Tints of Chocolate #C65C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 62.46%
G = 29.02%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C65C1B (or 0xC65C1B) is known color: Chocolate. HEX triplet: C6, 5C and 1B. RGB value is (198,92,27). Sum of RGB (Red+Green+Blue) = 198+92+27=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C1B is #39A3E4. Grayscale: #747474. Windows color (decimal): -3777509 or 1793222. OLE color: 1793222.

HSL color Cylindrical-coordinate representation of color #C65C1B: hue angle of 22.81º degrees, saturation: 0.76, 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 #C65C1B is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 27 -
CMYK 0 0.54 0.86 0.22
HSL 22.81º 0.76% 0.44% -
HSV(B) 22.81º 0.86% 0.78% -
XYZ 27.31 19.74 3.41 -
YUV 116.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 198 92 27 0 0.54 0.86 0.22 22.81 0.76 0.44
Hex C6 5C 1B 0 36 56 16 17 4C 2C
Octal 306 134 33 0 66 126 26 27 114 54
Binary 11000110 1011100 11011 0 110110 1010110 10110 10111 1001100 101100

Color Harmonies of #C65C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C1B

Black with #C65C1B

Text Example


Text Example

White with #C65C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C1B; }

 p { color: rgb(198,92,27); }

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

background-color css

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

 a { background-color: rgb(198,92,27); }

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

border-color css

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

 span { border-color: rgb(198,92,27); }

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