Html Css Color HEX #CA6716 Chocolate

📋 copy color: '#CA6716'

red 202 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #CA6716

Tints of Chocolate #CA6716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 61.77%
G = 31.5%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA6716 (or 0xCA6716) is known color: Chocolate. HEX triplet: CA, 67 and 16. RGB value is (202,103,22). Sum of RGB (Red+Green+Blue) = 202+103+22=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6716 is #3598E9. Grayscale: #7B7B7B. Windows color (decimal): -3512554 or 1468362. OLE color: 1468362.

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

Color convert

RGB 202 103 22 -
CMYK 0 0.49 0.89 0.21
HSL 27º 0.8% 0.44% -
HSV(B) 27º 0.89% 0.79% -
XYZ 29.35 22.31 3.52 -
YUV 123.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 202 103 22 0 0.49 0.89 0.21 27 0.8 0.44
Hex CA 67 16 0 31 59 15 1B 50 2C
Octal 312 147 26 0 61 131 25 33 120 54
Binary 11001010 1100111 10110 0 110001 1011001 10101 11011 1010000 101100

Color Harmonies of #CA6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6716

Black with #CA6716

Text Example


Text Example

White with #CA6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6716; }

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

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

background-color css

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

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

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

border-color css

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

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

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