Html Css Color HEX #CA8357 Burning Sand

📋 copy color: '#CA8357'

red 202 ◦ green 131 ◦ blue 87

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

Shades of Burning Sand #CA8357

Tints of Burning Sand #CA8357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

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

R = 48.1%
G = 31.19%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA8357 (or 0xCA8357) is known color: Burning Sand. HEX triplet: CA, 83 and 57. RGB value is (202,131,87). Sum of RGB (Red+Green+Blue) = 202+131+87=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8357 is #357CA8. Grayscale: #939393. Windows color (decimal): -3505321 or 5735370. OLE color: 5735370.

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

Color convert

RGB 202 131 87 -
CMYK 0 0.35 0.57 0.21
HSL 22.96º 0.52% 0.57% -
HSV(B) 22.96º 0.57% 0.79% -
XYZ 34.19 29.48 12.9 -
YUV 147.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 202 131 87 0 0.35 0.57 0.21 22.96 0.52 0.57
Hex CA 83 57 0 23 39 15 17 34 39
Octal 312 203 127 0 43 71 25 27 64 71
Binary 11001010 10000011 1010111 0 100011 111001 10101 10111 110100 111001

Color Harmonies of #CA8357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8357

Black with #CA8357

Text Example


Text Example

White with #CA8357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8357; }

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

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

background-color css

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

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

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

border-color css

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

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

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