Html Css Color HEX #C88062 Burning Sand

📋 copy color: '#C88062'

red 200 ◦ green 128 ◦ blue 98

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

Shades of Burning Sand #C88062

Tints of Burning Sand #C88062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23%

R = 46.95%
G = 30.05%
B = 23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C88062 (or 0xC88062) is known color: Burning Sand. HEX triplet: C8, 80 and 62. RGB value is (200,128,98). Sum of RGB (Red+Green+Blue) = 200+128+98=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C88062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88062 is #377F9D. Grayscale: #929292. Windows color (decimal): -3637150 or 6455496. OLE color: 6455496.

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

Color convert

RGB 200 128 98 -
CMYK 0 0.36 0.51 0.22
HSL 17.65º 0.48% 0.58% -
HSV(B) 17.65º 0.51% 0.78% -
XYZ 33.74 28.6 15.3 -
YUV 146.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 200 128 98 0 0.36 0.51 0.22 17.65 0.48 0.58
Hex C8 80 62 0 24 33 16 12 30 3A
Octal 310 200 142 0 44 63 26 22 60 72
Binary 11001000 10000000 1100010 0 100100 110011 10110 10010 110000 111010

Color Harmonies of #C88062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88062

Black with #C88062

Text Example


Text Example

White with #C88062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88062; }

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

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

background-color css

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

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

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

border-color css

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

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

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