Html Css Color HEX #C88162 Burning Sand

📋 copy color: '#C88162'

red 200 ◦ green 129 ◦ blue 98

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

Shades of Burning Sand #C88162

Tints of Burning Sand #C88162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

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

R = 46.84%
G = 30.21%
B = 22.95%

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

#C88162 (or 0xC88162) is known color: Burning Sand. HEX triplet: C8, 81 and 62. RGB value is (200,129,98). Sum of RGB (Red+Green+Blue) = 200+129+98=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C88162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88162 is #377E9D. Grayscale: #929292. Windows color (decimal): -3636894 or 6455752. OLE color: 6455752.

HSL color Cylindrical-coordinate representation of color #C88162: hue angle of 18.24º 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 #C88162 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 98 -
CMYK 0 0.36 0.51 0.22
HSL 18.24º 0.48% 0.58% -
HSV(B) 18.24º 0.51% 0.78% -
XYZ 33.87 28.86 15.34 -
YUV 146.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 200 129 98 0 0.36 0.51 0.22 18.24 0.48 0.58
Hex C8 81 62 0 24 33 16 12 30 3A
Octal 310 201 142 0 44 63 26 22 60 72
Binary 11001000 10000001 1100010 0 100100 110011 10110 10010 110000 111010

Color Harmonies of #C88162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88162

Black with #C88162

Text Example


Text Example

White with #C88162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88162; }

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

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

background-color css

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

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

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

border-color css

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

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

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