Html Css Color HEX #CA8457 Burning Sand

📋 copy color: '#CA8457'

red 202 ◦ green 132 ◦ blue 87

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

Shades of Burning Sand #CA8457

Tints of Burning Sand #CA8457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

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

R = 47.98%
G = 31.35%
B = 20.67%

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

#CA8457 (or 0xCA8457) is known color: Burning Sand. HEX triplet: CA, 84 and 57. RGB value is (202,132,87). Sum of RGB (Red+Green+Blue) = 202+132+87=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8457 is #357BA8. Grayscale: #949494. Windows color (decimal): -3505065 or 5735626. OLE color: 5735626.

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

Color convert

RGB 202 132 87 -
CMYK 0 0.35 0.57 0.21
HSL 23.48º 0.52% 0.57% -
HSV(B) 23.48º 0.57% 0.79% -
XYZ 34.33 29.75 12.95 -
YUV 147.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 202 132 87 0 0.35 0.57 0.21 23.48 0.52 0.57
Hex CA 84 57 0 23 39 15 17 34 39
Octal 312 204 127 0 43 71 25 27 64 71
Binary 11001010 10000100 1010111 0 100011 111001 10101 10111 110100 111001

Color Harmonies of #CA8457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8457

Black with #CA8457

Text Example


Text Example

White with #CA8457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8457; }

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

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

background-color css

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

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

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

border-color css

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

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

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