Html Css Color HEX #C88466 Burning Sand

📋 copy color: '#C88466'

red 200 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #C88466

Tints of Burning Sand #C88466

RGB

 RED value IS 200 (78.52% from 255) = 46.08%

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 46.08%
G = 30.41%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C88466 (or 0xC88466) is known color: Burning Sand. HEX triplet: C8, 84 and 66. RGB value is (200,132,102). Sum of RGB (Red+Green+Blue) = 200+132+102=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C88466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88466 is #377B99. Grayscale: #959595. Windows color (decimal): -3636122 or 6718664. OLE color: 6718664.

HSL color Cylindrical-coordinate representation of color #C88466: hue angle of 18.37º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C88466 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 132 102 -
CMYK 0 0.34 0.49 0.22
HSL 18.37º 0.47% 0.59% -
HSV(B) 18.37º 0.49% 0.78% -
XYZ 34.47 29.74 16.49 -
YUV 148.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 200 132 102 0 0.34 0.49 0.22 18.37 0.47 0.59
Hex C8 84 66 0 22 31 16 12 2F 3B
Octal 310 204 146 0 42 61 26 22 57 73
Binary 11001000 10000100 1100110 0 100010 110001 10110 10010 101111 111011

Color Harmonies of #C88466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88466

Black with #C88466

Text Example


Text Example

White with #C88466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88466; }

 p { color: rgb(200,132,102); }

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

background-color css

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

 a { background-color: rgb(200,132,102); }

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

border-color css

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

 span { border-color: rgb(200,132,102); }

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