Html Css Color HEX #CA8866 Burning Sand

📋 copy color: '#CA8866'

red 202 ◦ green 136 ◦ blue 102

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

Shades of Burning Sand #CA8866

Tints of Burning Sand #CA8866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 45.91%
G = 30.91%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA8866 (or 0xCA8866) is known color: Burning Sand. HEX triplet: CA, 88 and 66. RGB value is (202,136,102). Sum of RGB (Red+Green+Blue) = 202+136+102=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8866 is #357799. Grayscale: #989898. Windows color (decimal): -3504026 or 6719690. OLE color: 6719690.

HSL color Cylindrical-coordinate representation of color #CA8866: hue angle of 20.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA8866 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 102 -
CMYK 0 0.33 0.50 0.21
HSL 20.4º 0.49% 0.6% -
HSV(B) 20.4º 0.5% 0.79% -
XYZ 35.56 31.12 16.7 -
YUV 151.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 202 136 102 0 0.33 0.50 0.21 20.4 0.49 0.6
Hex CA 88 66 0 21 32 15 14 31 3C
Octal 312 210 146 0 41 62 25 24 61 74
Binary 11001010 10001000 1100110 0 100001 110010 10101 10100 110001 111100

Color Harmonies of #CA8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8866

Black with #CA8866

Text Example


Text Example

White with #CA8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8866; }

 p { color: rgb(202,136,102); }

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

background-color css

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

 a { background-color: rgb(202,136,102); }

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

border-color css

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

 span { border-color: rgb(202,136,102); }

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