Html Css Color HEX #CA5D12 Chocolate

📋 copy color: '#CA5D12'

red 202 ◦ green 93 ◦ blue 18

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

Shades of Chocolate #CA5D12

Tints of Chocolate #CA5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

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

R = 64.54%
G = 29.71%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA5D12 (or 0xCA5D12) is known color: Chocolate. HEX triplet: CA, 5D and 12. RGB value is (202,93,18). Sum of RGB (Red+Green+Blue) = 202+93+18=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D12 is #35A2ED. Grayscale: #757575. Windows color (decimal): -3515118 or 1203658. OLE color: 1203658.

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

Color convert

RGB 202 93 18 -
CMYK 0 0.54 0.91 0.21
HSL 24.46º 0.84% 0.43% -
HSV(B) 24.46º 0.91% 0.79% -
XYZ 28.38 20.43 3.02 -
YUV 117.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 202 93 18 0 0.54 0.91 0.21 24.46 0.84 0.43
Hex CA 5D 12 0 36 5B 15 18 54 2B
Octal 312 135 22 0 66 133 25 30 124 53
Binary 11001010 1011101 10010 0 110110 1011011 10101 11000 1010100 101011

Color Harmonies of #CA5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D12

Black with #CA5D12

Text Example


Text Example

White with #CA5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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