Html Css Color HEX #CA8557 Burning Sand

📋 copy color: '#CA8557'

red 202 ◦ green 133 ◦ blue 87

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

Shades of Burning Sand #CA8557

Tints of Burning Sand #CA8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 47.87%
G = 31.52%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA8557 (or 0xCA8557) is known color: Burning Sand. HEX triplet: CA, 85 and 57. RGB value is (202,133,87). Sum of RGB (Red+Green+Blue) = 202+133+87=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8557 is #357AA8. Grayscale: #949494. Windows color (decimal): -3504809 or 5735882. OLE color: 5735882.

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

Color convert

RGB 202 133 87 -
CMYK 0 0.34 0.57 0.21
HSL 24º 0.52% 0.57% -
HSV(B) 24º 0.57% 0.79% -
XYZ 34.46 30.02 12.99 -
YUV 148.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 202 133 87 0 0.34 0.57 0.21 24 0.52 0.57
Hex CA 85 57 0 22 39 15 18 34 39
Octal 312 205 127 0 42 71 25 30 64 71
Binary 11001010 10000101 1010111 0 100010 111001 10101 11000 110100 111001

Color Harmonies of #CA8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8557

Black with #CA8557

Text Example


Text Example

White with #CA8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8557; }

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

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

background-color css

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

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

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

border-color css

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

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

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