Html Css Color HEX #CA8356 Burning Sand

📋 copy color: '#CA8356'

red 202 ◦ green 131 ◦ blue 86

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

Shades of Burning Sand #CA8356

Tints of Burning Sand #CA8356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 48.21%
G = 31.26%
B = 20.53%

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

#CA8356 (or 0xCA8356) is known color: Burning Sand. HEX triplet: CA, 83 and 56. RGB value is (202,131,86). Sum of RGB (Red+Green+Blue) = 202+131+86=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8356 is #357CA9. Grayscale: #939393. Windows color (decimal): -3505322 or 5669834. OLE color: 5669834.

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

Color convert

RGB 202 131 86 -
CMYK 0 0.35 0.57 0.21
HSL 23.28º 0.52% 0.56% -
HSV(B) 23.28º 0.57% 0.79% -
XYZ 34.15 29.46 12.69 -
YUV 147.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 202 131 86 0 0.35 0.57 0.21 23.28 0.52 0.56
Hex CA 83 56 0 23 39 15 17 34 38
Octal 312 203 126 0 43 71 25 27 64 70
Binary 11001010 10000011 1010110 0 100011 111001 10101 10111 110100 111000

Color Harmonies of #CA8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8356

Black with #CA8356

Text Example


Text Example

White with #CA8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8356; }

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

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

background-color css

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

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

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

border-color css

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

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

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