Html Css Color HEX #C06A1B Chocolate

📋 copy color: '#C06A1B'

red 192 ◦ green 106 ◦ blue 27

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

Shades of Chocolate #C06A1B

Tints of Chocolate #C06A1B

RGB

 RED value IS 192 (75.39% from 255) = 59.08%

 GREEN value IS 106 (41.8% from 255) = 32.62%

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

R = 59.08%
G = 32.62%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C06A1B (or 0xC06A1B) is known color: Chocolate. HEX triplet: C0, 6A and 1B. RGB value is (192,106,27). Sum of RGB (Red+Green+Blue) = 192+106+27=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A1B is #3F95E4. Grayscale: #7B7B7B. Windows color (decimal): -4167141 or 1796800. OLE color: 1796800.

HSL color Cylindrical-coordinate representation of color #C06A1B: hue angle of 28.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C06A1B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 106 27 -
CMYK 0 0.45 0.86 0.25
HSL 28.73º 0.75% 0.43% -
HSV(B) 28.73º 0.86% 0.75% -
XYZ 27.09 21.59 3.78 -
YUV 122.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 192 106 27 0 0.45 0.86 0.25 28.73 0.75 0.43
Hex C0 6A 1B 0 2D 56 19 1D 4B 2B
Octal 300 152 33 0 55 126 31 35 113 53
Binary 11000000 1101010 11011 0 101101 1010110 11001 11101 1001011 101011

Color Harmonies of #C06A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A1B

Black with #C06A1B

Text Example


Text Example

White with #C06A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A1B; }

 p { color: rgb(192,106,27); }

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

background-color css

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

 a { background-color: rgb(192,106,27); }

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

border-color css

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

 span { border-color: rgb(192,106,27); }

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