Html Css Color HEX #CA680E Chocolate

📋 copy color: '#CA680E'

red 202 ◦ green 104 ◦ blue 14

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

Shades of Chocolate #CA680E

Tints of Chocolate #CA680E

RGB

 RED value IS 202 (79.3% from 255) = 63.13%

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 63.13%
G = 32.5%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA680E (or 0xCA680E) is known color: 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

RGB 202 104 14 -
CMYK 0 0.49 0.93 0.21
HSL 28.72º 0.87% 0.42% -
HSV(B) 28.72º 0.93% 0.79% -
XYZ 29.39 22.49 3.21 -
YUV 123.04 66.47 184.32 -
System Red Green Blue C M Y K H S L
Decimal 202 104 14 0 0.49 0.93 0.21 28.72 0.87 0.42
Hex CA 68 E 0 31 5D 15 1D 57 2A
Octal 312 150 16 0 61 135 25 35 127 52
Binary 11001010 1101000 1110 0 110001 1011101 10101 11101 1010111 101010

Color Harmonies of #CA680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA680E

Black with #CA680E

Text Example


Text Example

White with #CA680E

Text Example


Text Example

HTML Codes & Css Web 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>