Html Css Color HEX #C88064 Burning Sand

📋 copy color: '#C88064'

red 200 ◦ green 128 ◦ blue 100

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

Shades of Burning Sand #C88064

Tints of Burning Sand #C88064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

 BLUE value IS 100 (39.45% from 255) = 23.36%

R = 46.73%
G = 29.91%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C88064 (or 0xC88064) is known color: Burning Sand. HEX triplet: C8, 80 and 64. RGB value is (200,128,100). Sum of RGB (Red+Green+Blue) = 200+128+100=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C88064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88064 is #377F9B. Grayscale: #929292. Windows color (decimal): -3637148 or 6586568. OLE color: 6586568.

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

Color convert

RGB 200 128 100 -
CMYK 0 0.36 0.5 0.22
HSL 16.8º 0.48% 0.59% -
HSV(B) 16.8º 0.5% 0.78% -
XYZ 33.84 28.64 15.8 -
YUV 146.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 200 128 100 0 0.36 0.5 0.22 16.8 0.48 0.59
Hex C8 80 64 0 24 32 16 11 30 3B
Octal 310 200 144 0 44 62 26 21 60 73
Binary 11001000 10000000 1100100 0 100100 110010 10110 10001 110000 111011

Color Harmonies of #C88064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88064

Black with #C88064

Text Example


Text Example

White with #C88064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88064; }

 p { color: rgb(200,128,100); }

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

background-color css

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

 a { background-color: rgb(200,128,100); }

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

border-color css

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

 span { border-color: rgb(200,128,100); }

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