Html Css Color HEX #CA8358 Burning Sand

📋 copy color: '#CA8358'

red 202 ◦ green 131 ◦ blue 88

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

Shades of Burning Sand #CA8358

Tints of Burning Sand #CA8358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 47.98%
G = 31.12%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA8358 (or 0xCA8358) is known color: Burning Sand. HEX triplet: CA, 83 and 58. RGB value is (202,131,88). Sum of RGB (Red+Green+Blue) = 202+131+88=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8358 is #357CA7. Grayscale: #939393. Windows color (decimal): -3505320 or 5800906. OLE color: 5800906.

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

Color convert

RGB 202 131 88 -
CMYK 0 0.35 0.56 0.21
HSL 22.63º 0.52% 0.57% -
HSV(B) 22.63º 0.56% 0.79% -
XYZ 34.23 29.49 13.12 -
YUV 147.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 202 131 88 0 0.35 0.56 0.21 22.63 0.52 0.57
Hex CA 83 58 0 23 38 15 17 34 39
Octal 312 203 130 0 43 70 25 27 64 71
Binary 11001010 10000011 1011000 0 100011 111000 10101 10111 110100 111001

Color Harmonies of #CA8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8358

Black with #CA8358

Text Example


Text Example

White with #CA8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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