Html Css Color HEX #CA700E Chocolate

📋 copy color: '#CA700E'

red 202 ◦ green 112 ◦ blue 14

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

Shades of Chocolate #CA700E

Tints of Chocolate #CA700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 61.59%
G = 34.15%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA700E (or 0xCA700E) is known color: Chocolate. HEX triplet: CA, 70 and 0E. RGB value is (202,112,14). Sum of RGB (Red+Green+Blue) = 202+112+14=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA700E is #358FF1. Grayscale: #808080. Windows color (decimal): -3510258 or 946378. OLE color: 946378.

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

Color convert

RGB 202 112 14 -
CMYK 0 0.45 0.93 0.21
HSL 31.28º 0.87% 0.42% -
HSV(B) 31.28º 0.93% 0.79% -
XYZ 30.23 24.18 3.49 -
YUV 127.74 63.82 180.97 -
System Red Green Blue C M Y K H S L
Decimal 202 112 14 0 0.45 0.93 0.21 31.28 0.87 0.42
Hex CA 70 E 0 2D 5D 15 1F 57 2A
Octal 312 160 16 0 55 135 25 37 127 52
Binary 11001010 1110000 1110 0 101101 1011101 10101 11111 1010111 101010

Color Harmonies of #CA700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA700E

Black with #CA700E

Text Example


Text Example

White with #CA700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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