Html Css Color HEX #CA6313 Chocolate

📋 copy color: '#CA6313'

red 202 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #CA6313

Tints of Chocolate #CA6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 63.13%
G = 30.94%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA6313 (or 0xCA6313) is known color: Chocolate. HEX triplet: CA, 63 and 13. RGB value is (202,99,19). Sum of RGB (Red+Green+Blue) = 202+99+19=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6313 is #359CEC. Grayscale: #797979. Windows color (decimal): -3513581 or 1270730. OLE color: 1270730.

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

Color convert

RGB 202 99 19 -
CMYK 0 0.51 0.91 0.21
HSL 26.23º 0.83% 0.43% -
HSV(B) 26.23º 0.91% 0.79% -
XYZ 28.94 21.53 3.25 -
YUV 120.68 70.62 186 -
System Red Green Blue C M Y K H S L
Decimal 202 99 19 0 0.51 0.91 0.21 26.23 0.83 0.43
Hex CA 63 13 0 33 5B 15 1A 53 2B
Octal 312 143 23 0 63 133 25 32 123 53
Binary 11001010 1100011 10011 0 110011 1011011 10101 11010 1010011 101011

Color Harmonies of #CA6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6313

Black with #CA6313

Text Example


Text Example

White with #CA6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6313; }

 p { color: rgb(202,99,19); }

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

background-color css

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

 a { background-color: rgb(202,99,19); }

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

border-color css

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

 span { border-color: rgb(202,99,19); }

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