Html Css Color HEX #CA8558 Burning Sand

📋 copy color: '#CA8558'

red 202 ◦ green 133 ◦ blue 88

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

Shades of Burning Sand #CA8558

Tints of Burning Sand #CA8558

RGB

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

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

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

R = 47.75%
G = 31.44%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA8558 (or 0xCA8558) is known color: Burning Sand. HEX triplet: CA, 85 and 58. RGB value is (202,133,88). Sum of RGB (Red+Green+Blue) = 202+133+88=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8558 is #357AA7. Grayscale: #949494. Windows color (decimal): -3504808 or 5801418. OLE color: 5801418.

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

Color convert

RGB 202 133 88 -
CMYK 0 0.34 0.56 0.21
HSL 23.68º 0.52% 0.57% -
HSV(B) 23.68º 0.56% 0.79% -
XYZ 34.51 30.04 13.21 -
YUV 148.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 202 133 88 0 0.34 0.56 0.21 23.68 0.52 0.57
Hex CA 85 58 0 22 38 15 18 34 39
Octal 312 205 130 0 42 70 25 30 64 71
Binary 11001010 10000101 1011000 0 100010 111000 10101 11000 110100 111001

Color Harmonies of #CA8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8558

Black with #CA8558

Text Example


Text Example

White with #CA8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8558; }

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

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

background-color css

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

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

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

border-color css

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

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

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