#CA670E

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

Shades of Chocolate #CA670E

Tints of Chocolate #CA670E

Color information

#CA670E (or 0xCA670E) is unknown color: approx Chocolate. HEX triplet: CA, 67 and 0E. RGB value is (202,103,14). Sum of RGB (Red+Green+Blue) = 202+103+14=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA670E is #3598F1. Grayscale: #7A7A7A. Windows color (decimal): -3512562 or 944074. OLE color: 944074.

HSL color Cylindrical-coordinate representation of color #CA670E: hue angle of 28.4º 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 #CA670E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20210314-
CMYK00.490.930.21
HSL28.4º87.04%42.35%-
HSV(B)28.4º93.07%79.22%-
XYZ29.2922.293.17-
YUV122.4666.8184.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 14 (5.86% from 255) = 4.39%
R=63.32%
G=32.29%
B=4.39%

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
Decimal2021031400.490.930.2128.487.0442.35
HexCA67E0315D151c572a
Octal31214716061135253412752
Binary11001010110011111100110001101110110101111001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA670E; }

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

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

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

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

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

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

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

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