Html Css Color HEX #CA6914 Chocolate

📋 copy color: '#CA6914'

red 202 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #CA6914

Tints of Chocolate #CA6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 61.77%
G = 32.11%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA6914 (or 0xCA6914) is known color: Chocolate. HEX triplet: CA, 69 and 14. RGB value is (202,105,20). Sum of RGB (Red+Green+Blue) = 202+105+20=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6914 is #3596EB. Grayscale: #7C7C7C. Windows color (decimal): -3512044 or 1337802. OLE color: 1337802.

HSL color Cylindrical-coordinate representation of color #CA6914: hue angle of 28.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA6914 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 105 20 -
CMYK 0 0.48 0.90 0.21
HSL 28.02º 0.82% 0.44% -
HSV(B) 28.02º 0.9% 0.79% -
XYZ 29.53 22.71 3.49 -
YUV 124.31 69.14 183.41 -
System Red Green Blue C M Y K H S L
Decimal 202 105 20 0 0.48 0.90 0.21 28.02 0.82 0.44
Hex CA 69 14 0 30 5A 15 1C 52 2C
Octal 312 151 24 0 60 132 25 34 122 54
Binary 11001010 1101001 10100 0 110000 1011010 10101 11100 1010010 101100

Color Harmonies of #CA6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6914

Black with #CA6914

Text Example


Text Example

White with #CA6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6914; }

 p { color: rgb(202,105,20); }

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

background-color css

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

 a { background-color: rgb(202,105,20); }

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

border-color css

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

 span { border-color: rgb(202,105,20); }

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