Html Css Color HEX #CA6423 Chocolate

📋 copy color: '#CA6423'

red 202 ◦ green 100 ◦ blue 35

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

Shades of Chocolate #CA6423

Tints of Chocolate #CA6423

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 35 (14.06% from 255) = 10.39%

R = 59.94%
G = 29.67%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA6423 (or 0xCA6423) is known color: Chocolate. HEX triplet: CA, 64 and 23. RGB value is (202,100,35). Sum of RGB (Red+Green+Blue) = 202+100+35=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6423 is #359BDC. Grayscale: #7B7B7B. Windows color (decimal): -3513309 or 2319562. OLE color: 2319562.

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

Color convert

RGB 202 100 35 -
CMYK 0 0.50 0.83 0.21
HSL 23.35º 0.7% 0.46% -
HSV(B) 23.35º 0.83% 0.79% -
XYZ 29.22 21.79 4.26 -
YUV 123.09 78.29 184.29 -
System Red Green Blue C M Y K H S L
Decimal 202 100 35 0 0.50 0.83 0.21 23.35 0.7 0.46
Hex CA 64 23 0 32 53 15 17 46 2E
Octal 312 144 43 0 62 123 25 27 106 56
Binary 11001010 1100100 100011 0 110010 1010011 10101 10111 1000110 101110

Color Harmonies of #CA6423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6423

Black with #CA6423

Text Example


Text Example

White with #CA6423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6423; }

 p { color: rgb(202,100,35); }

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

background-color css

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

 a { background-color: rgb(202,100,35); }

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

border-color css

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

 span { border-color: rgb(202,100,35); }

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