#CA681C

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

Shades of Chocolate #CA681C

Tints of Chocolate #CA681C

Color information

#CA681C (or 0xCA681C) is unknown color: approx Chocolate. HEX triplet: CA, 68 and 1C. RGB value is (202,104,28). Sum of RGB (Red+Green+Blue) = 202+104+28=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA681C is #3597E3. Grayscale: #7D7D7D. Windows color (decimal): -3512292 or 1861834. OLE color: 1861834.

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

Color convert

RGB20210428-
CMYK00.490.860.21
HSL26.21º75.65%45.1%-
HSV(B)26.21º86.14%79.22%-
XYZ29.5222.543.89-
YUV124.6473.47183.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 28 (11.33% from 255) = 8.38%
R=60.48%
G=31.14%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021042800.490.860.2126.2175.6545.1
HexCA681C03156151a4c2d
Octal31215034061126253211455
Binary110010101101000111000110001101011010101110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA681C; }

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

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

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

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

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

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

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

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