Html Css Color HEX #C88068 Burning Sand

📋 copy color: '#C88068'

red 200 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #C88068

Tints of Burning Sand #C88068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 46.3%
G = 29.63%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88068 (or 0xC88068) is known color: Burning Sand. HEX triplet: C8, 80 and 68. RGB value is (200,128,104). Sum of RGB (Red+Green+Blue) = 200+128+104=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C88068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88068 is #377F97. Grayscale: #929292. Windows color (decimal): -3637144 or 6848712. OLE color: 6848712.

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

Color convert

RGB 200 128 104 -
CMYK 0 0.36 0.48 0.22
HSL 15º 0.47% 0.6% -
HSV(B) 15º 0.48% 0.78% -
XYZ 34.04 28.72 16.85 -
YUV 146.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 200 128 104 0 0.36 0.48 0.22 15 0.47 0.6
Hex C8 80 68 0 24 30 16 F 2F 3C
Octal 310 200 150 0 44 60 26 17 57 74
Binary 11001000 10000000 1101000 0 100100 110000 10110 1111 101111 111100

Color Harmonies of #C88068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88068

Black with #C88068

Text Example


Text Example

White with #C88068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88068; }

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

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

background-color css

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

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

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

border-color css

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

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

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