Html Css Color HEX #CA882F Dixie

📋 copy color: '#CA882F'

red 202 ◦ green 136 ◦ blue 47

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

Shades of Dixie #CA882F

Tints of Dixie #CA882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 52.47%
G = 35.32%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA882F (or 0xCA882F) is known color: Dixie. HEX triplet: CA, 88 and 2F. RGB value is (202,136,47). Sum of RGB (Red+Green+Blue) = 202+136+47=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA882F is #3577D0. Grayscale: #929292. Windows color (decimal): -3504081 or 3115210. OLE color: 3115210.

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

Color convert

RGB 202 136 47 -
CMYK 0 0.33 0.77 0.21
HSL 34.45º 0.62% 0.49% -
HSV(B) 34.45º 0.77% 0.79% -
XYZ 33.67 30.37 6.78 -
YUV 145.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 202 136 47 0 0.33 0.77 0.21 34.45 0.62 0.49
Hex CA 88 2F 0 21 4D 15 22 3E 31
Octal 312 210 57 0 41 115 25 42 76 61
Binary 11001010 10001000 101111 0 100001 1001101 10101 100010 111110 110001

Color Harmonies of #CA882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA882F

Black with #CA882F

Text Example


Text Example

White with #CA882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA882F; }

 p { color: rgb(202,136,47); }

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

background-color css

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

 a { background-color: rgb(202,136,47); }

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

border-color css

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

 span { border-color: rgb(202,136,47); }

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