Html Css Color HEX #C88362 Burning Sand

📋 copy color: '#C88362'

red 200 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #C88362

Tints of Burning Sand #C88362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

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

R = 46.62%
G = 30.54%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C88362 (or 0xC88362) is known color: Burning Sand. HEX triplet: C8, 83 and 62. RGB value is (200,131,98). Sum of RGB (Red+Green+Blue) = 200+131+98=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C88362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88362 is #377C9D. Grayscale: #949494. Windows color (decimal): -3636382 or 6456264. OLE color: 6456264.

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

Color convert

RGB 200 131 98 -
CMYK 0 0.34 0.51 0.22
HSL 19.41º 0.48% 0.58% -
HSV(B) 19.41º 0.51% 0.78% -
XYZ 34.14 29.39 15.43 -
YUV 147.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 200 131 98 0 0.34 0.51 0.22 19.41 0.48 0.58
Hex C8 83 62 0 22 33 16 13 30 3A
Octal 310 203 142 0 42 63 26 23 60 72
Binary 11001000 10000011 1100010 0 100010 110011 10110 10011 110000 111010

Color Harmonies of #C88362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88362

Black with #C88362

Text Example


Text Example

White with #C88362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88362; }

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

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

background-color css

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

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

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

border-color css

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

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

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