Html Css Color HEX #CA842F Dixie

📋 copy color: '#CA842F'

red 202 ◦ green 132 ◦ blue 47

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

Shades of Dixie #CA842F

Tints of Dixie #CA842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 53.02%
G = 34.65%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA842F (or 0xCA842F) is known color: Dixie. HEX triplet: CA, 84 and 2F. RGB value is (202,132,47). Sum of RGB (Red+Green+Blue) = 202+132+47=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA842F is #357BD0. Grayscale: #8F8F8F. Windows color (decimal): -3505105 or 3114186. OLE color: 3114186.

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

Color convert

RGB 202 132 47 -
CMYK 0 0.35 0.77 0.21
HSL 32.9º 0.62% 0.49% -
HSV(B) 32.9º 0.77% 0.79% -
XYZ 33.12 29.26 6.59 -
YUV 143.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 202 132 47 0 0.35 0.77 0.21 32.9 0.62 0.49
Hex CA 84 2F 0 23 4D 15 21 3E 31
Octal 312 204 57 0 43 115 25 41 76 61
Binary 11001010 10000100 101111 0 100011 1001101 10101 100001 111110 110001

Color Harmonies of #CA842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA842F

Black with #CA842F

Text Example


Text Example

White with #CA842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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