Html Css Color HEX #CA8261 Burning Sand

📋 copy color: '#CA8261'

red 202 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #CA8261

Tints of Burning Sand #CA8261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.61%

R = 47.09%
G = 30.3%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA8261 (or 0xCA8261) is known color: Burning Sand. HEX triplet: CA, 82 and 61. RGB value is (202,130,97). Sum of RGB (Red+Green+Blue) = 202+130+97=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8261 is #357D9E. Grayscale: #939393. Windows color (decimal): -3505567 or 6390474. OLE color: 6390474.

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

Color convert

RGB 202 130 97 -
CMYK 0 0.36 0.52 0.21
HSL 18.86º 0.5% 0.59% -
HSV(B) 18.86º 0.52% 0.79% -
XYZ 34.5 29.38 15.16 -
YUV 147.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 202 130 97 0 0.36 0.52 0.21 18.86 0.5 0.59
Hex CA 82 61 0 24 34 15 13 32 3B
Octal 312 202 141 0 44 64 25 23 62 73
Binary 11001010 10000010 1100001 0 100100 110100 10101 10011 110010 111011

Color Harmonies of #CA8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8261

Black with #CA8261

Text Example


Text Example

White with #CA8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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