Html Css Color HEX #CA8257 Burning Sand

📋 copy color: '#CA8257'

red 202 ◦ green 130 ◦ blue 87

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

Shades of Burning Sand #CA8257

Tints of Burning Sand #CA8257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.76%

R = 48.21%
G = 31.03%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA8257 (or 0xCA8257) is known color: Burning Sand. HEX triplet: CA, 82 and 57. RGB value is (202,130,87). Sum of RGB (Red+Green+Blue) = 202+130+87=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8257 is #357DA8. Grayscale: #929292. Windows color (decimal): -3505577 or 5735114. OLE color: 5735114.

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

Color convert

RGB 202 130 87 -
CMYK 0 0.36 0.57 0.21
HSL 22.43º 0.52% 0.57% -
HSV(B) 22.43º 0.57% 0.79% -
XYZ 34.06 29.21 12.86 -
YUV 146.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 202 130 87 0 0.36 0.57 0.21 22.43 0.52 0.57
Hex CA 82 57 0 24 39 15 16 34 39
Octal 312 202 127 0 44 71 25 26 64 71
Binary 11001010 10000010 1010111 0 100100 111001 10101 10110 110100 111001

Color Harmonies of #CA8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8257

Black with #CA8257

Text Example


Text Example

White with #CA8257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8257; }

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

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

background-color css

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

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

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

border-color css

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

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

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