Html Css Color HEX #CA8562 Burning Sand

📋 copy color: '#CA8562'

red 202 ◦ green 133 ◦ blue 98

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

Shades of Burning Sand #CA8562

Tints of Burning Sand #CA8562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.63%

R = 46.65%
G = 30.72%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA8562 (or 0xCA8562) is known color: Burning Sand. HEX triplet: CA, 85 and 62. RGB value is (202,133,98). Sum of RGB (Red+Green+Blue) = 202+133+98=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8562 is #357A9D. Grayscale: #959595. Windows color (decimal): -3504798 or 6456778. OLE color: 6456778.

HSL color Cylindrical-coordinate representation of color #CA8562: hue angle of 20.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA8562 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 98 -
CMYK 0 0.34 0.51 0.21
HSL 20.19º 0.5% 0.59% -
HSV(B) 20.19º 0.51% 0.79% -
XYZ 34.95 30.21 15.55 -
YUV 149.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 202 133 98 0 0.34 0.51 0.21 20.19 0.5 0.59
Hex CA 85 62 0 22 33 15 14 32 3B
Octal 312 205 142 0 42 63 25 24 62 73
Binary 11001010 10000101 1100010 0 100010 110011 10101 10100 110010 111011

Color Harmonies of #CA8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8562

Black with #CA8562

Text Example


Text Example

White with #CA8562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8562; }

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

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

background-color css

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

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

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

border-color css

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

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

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