Html Css Color HEX #CA8232 Dixie

📋 copy color: '#CA8232'

red 202 ◦ green 130 ◦ blue 50

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

Shades of Dixie #CA8232

Tints of Dixie #CA8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 52.88%
G = 34.03%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA8232 (or 0xCA8232) is known color: Dixie. HEX triplet: CA, 82 and 32. RGB value is (202,130,50). Sum of RGB (Red+Green+Blue) = 202+130+50=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8232 is #357DCD. Grayscale: #8E8E8E. Windows color (decimal): -3505614 or 3310282. OLE color: 3310282.

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

Color convert

RGB 202 130 50 -
CMYK 0 0.36 0.75 0.21
HSL 31.58º 0.6% 0.49% -
HSV(B) 31.58º 0.75% 0.79% -
XYZ 32.92 28.75 6.83 -
YUV 142.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 202 130 50 0 0.36 0.75 0.21 31.58 0.6 0.49
Hex CA 82 32 0 24 4B 15 20 3C 31
Octal 312 202 62 0 44 113 25 40 74 61
Binary 11001010 10000010 110010 0 100100 1001011 10101 100000 111100 110001

Color Harmonies of #CA8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8232

Black with #CA8232

Text Example


Text Example

White with #CA8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8232; }

 p { color: rgb(202,130,50); }

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

background-color css

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

 a { background-color: rgb(202,130,50); }

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

border-color css

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

 span { border-color: rgb(202,130,50); }

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