Html Css Color HEX #C88372 Burning Sand

📋 copy color: '#C88372'

red 200 ◦ green 131 ◦ blue 114

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

Shades of Burning Sand #C88372

Tints of Burning Sand #C88372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 44.94%
G = 29.44%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C88372 (or 0xC88372) is known color: Burning Sand. HEX triplet: C8, 83 and 72. RGB value is (200,131,114). Sum of RGB (Red+Green+Blue) = 200+131+114=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C88372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88372 is #377C8D. Grayscale: #959595. Windows color (decimal): -3636366 or 7504840. OLE color: 7504840.

HSL color Cylindrical-coordinate representation of color #C88372: hue angle of 11.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88372 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 114 -
CMYK 0 0.34 0.43 0.22
HSL 11.86º 0.44% 0.62% -
HSV(B) 11.86º 0.43% 0.78% -
XYZ 34.97 29.73 19.81 -
YUV 149.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 200 131 114 0 0.34 0.43 0.22 11.86 0.44 0.62
Hex C8 83 72 0 22 2B 16 C 2C 3E
Octal 310 203 162 0 42 53 26 14 54 76
Binary 11001000 10000011 1110010 0 100010 101011 10110 1100 101100 111110

Color Harmonies of #C88372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88372

Black with #C88372

Text Example


Text Example

White with #C88372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88372; }

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

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

background-color css

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

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

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

border-color css

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

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

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