Html Css Color HEX #CA8256 Burning Sand

📋 copy color: '#CA8256'

red 202 ◦ green 130 ◦ blue 86

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

Shades of Burning Sand #CA8256

Tints of Burning Sand #CA8256

RGB

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

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

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

R = 48.33%
G = 31.1%
B = 20.57%

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

#CA8256 (or 0xCA8256) is known color: Burning Sand. HEX triplet: CA, 82 and 56. RGB value is (202,130,86). Sum of RGB (Red+Green+Blue) = 202+130+86=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8256 is #357DA9. Grayscale: #929292. Windows color (decimal): -3505578 or 5669578. OLE color: 5669578.

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

Color convert

RGB 202 130 86 -
CMYK 0 0.36 0.57 0.21
HSL 22.76º 0.52% 0.56% -
HSV(B) 22.76º 0.57% 0.79% -
XYZ 34.02 29.19 12.65 -
YUV 146.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 202 130 86 0 0.36 0.57 0.21 22.76 0.52 0.56
Hex CA 82 56 0 24 39 15 17 34 38
Octal 312 202 126 0 44 71 25 27 64 70
Binary 11001010 10000010 1010110 0 100100 111001 10101 10111 110100 111000

Color Harmonies of #CA8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8256

Black with #CA8256

Text Example


Text Example

White with #CA8256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8256; }

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

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

background-color css

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

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

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

border-color css

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

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

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