Html Css Color HEX #CA812D Dixie

📋 copy color: '#CA812D'

red 202 ◦ green 129 ◦ blue 45

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

Shades of Dixie #CA812D

Tints of Dixie #CA812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 53.72%
G = 34.31%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA812D (or 0xCA812D) is known color: Dixie. HEX triplet: CA, 81 and 2D. RGB value is (202,129,45). Sum of RGB (Red+Green+Blue) = 202+129+45=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA812D is #357ED2. Grayscale: #8D8D8D. Windows color (decimal): -3505875 or 2982346. OLE color: 2982346.

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

Color convert

RGB 202 129 45 -
CMYK 0 0.36 0.78 0.21
HSL 32.1º 0.64% 0.48% -
HSV(B) 32.1º 0.78% 0.79% -
XYZ 32.68 28.45 6.25 -
YUV 141.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 202 129 45 0 0.36 0.78 0.21 32.1 0.64 0.48
Hex CA 81 2D 0 24 4E 15 20 40 30
Octal 312 201 55 0 44 116 25 40 100 60
Binary 11001010 10000001 101101 0 100100 1001110 10101 100000 1000000 110000

Color Harmonies of #CA812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA812D

Black with #CA812D

Text Example


Text Example

White with #CA812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA812D; }

 p { color: rgb(202,129,45); }

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

background-color css

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

 a { background-color: rgb(202,129,45); }

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

border-color css

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

 span { border-color: rgb(202,129,45); }

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