Html Css Color HEX #CA8966 Burning Sand

📋 copy color: '#CA8966'

red 202 ◦ green 137 ◦ blue 102

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

Shades of Burning Sand #CA8966

Tints of Burning Sand #CA8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

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

R = 45.8%
G = 31.07%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA8966 (or 0xCA8966) is known color: Burning Sand. HEX triplet: CA, 89 and 66. RGB value is (202,137,102). Sum of RGB (Red+Green+Blue) = 202+137+102=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8966 is #357699. Grayscale: #989898. Windows color (decimal): -3503770 or 6719946. OLE color: 6719946.

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

Color convert

RGB 202 137 102 -
CMYK 0 0.32 0.50 0.21
HSL 21º 0.49% 0.6% -
HSV(B) 21º 0.5% 0.79% -
XYZ 35.7 31.41 16.75 -
YUV 152.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 202 137 102 0 0.32 0.50 0.21 21 0.49 0.6
Hex CA 89 66 0 20 32 15 15 31 3C
Octal 312 211 146 0 40 62 25 25 61 74
Binary 11001010 10001001 1100110 0 100000 110010 10101 10101 110001 111100

Color Harmonies of #CA8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8966

Black with #CA8966

Text Example


Text Example

White with #CA8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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