#CA680E

Color #CA680E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CA680E

Tints of Chocolate #CA680E

Color information

#CA680E (or 0xCA680E) is unknown color: approx Chocolate. HEX triplet: CA, 68 and 0E. RGB value is (202,104,14). Sum of RGB (Red+Green+Blue) = 202+104+14=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA680E is #3597F1. Grayscale: #7B7B7B. Windows color (decimal): -3512306 or 944330. OLE color: 944330.

HSL color Cylindrical-coordinate representation of color #CA680E: hue angle of 28.72º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA680E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20210414-
CMYK00.490.930.21
HSL28.72º87.04%42.35%-
HSV(B)28.72º93.07%79.22%-
XYZ29.3922.493.21-
YUV123.0466.47184.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.12%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 14 (5.86% from 255) = 4.38%
R=63.12%
G=32.5%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021041400.490.930.2128.7287.0442.35
HexCA68E0315D151d572a
Octal31215016061135253512752
Binary11001010110100011100110001101110110101111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA680E; }

 p { color: rgb(202,104,14); }

 H1.HeaderClassName
 {
   color: #CA680E;
 }
 .AnyTagClassName
 {
   color: #CA680E;
 }
</style>
background-color css

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

 a { background-color: rgb(202,104,14); }

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

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

 span { border-color: rgb(202,104,14); }

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