Html Css Color HEX #CA6512 Chocolate

📋 copy color: '#CA6512'

red 202 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #CA6512

Tints of Chocolate #CA6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 62.93%
G = 31.46%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA6512 (or 0xCA6512) is known color: Chocolate. HEX triplet: CA, 65 and 12. RGB value is (202,101,18). Sum of RGB (Red+Green+Blue) = 202+101+18=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6512 is #359AED. Grayscale: #7A7A7A. Windows color (decimal): -3513070 or 1205706. OLE color: 1205706.

HSL color Cylindrical-coordinate representation of color #CA6512: hue angle of 27.07º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA6512 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 18 -
CMYK 0 0.50 0.91 0.21
HSL 27.07º 0.84% 0.43% -
HSV(B) 27.07º 0.91% 0.79% -
XYZ 29.12 21.91 3.27 -
YUV 121.74 69.46 185.25 -
System Red Green Blue C M Y K H S L
Decimal 202 101 18 0 0.50 0.91 0.21 27.07 0.84 0.43
Hex CA 65 12 0 32 5B 15 1B 54 2B
Octal 312 145 22 0 62 133 25 33 124 53
Binary 11001010 1100101 10010 0 110010 1011011 10101 11011 1010100 101011

Color Harmonies of #CA6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6512

Black with #CA6512

Text Example


Text Example

White with #CA6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6512; }

 p { color: rgb(202,101,18); }

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

background-color css

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

 a { background-color: rgb(202,101,18); }

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

border-color css

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

 span { border-color: rgb(202,101,18); }

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