Html Css Color HEX #C88268 Burning Sand

📋 copy color: '#C88268'

red 200 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #C88268

Tints of Burning Sand #C88268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 46.08%
G = 29.95%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88268 (or 0xC88268) is known color: Burning Sand. HEX triplet: C8, 82 and 68. RGB value is (200,130,104). Sum of RGB (Red+Green+Blue) = 200+130+104=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C88268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88268 is #377D97. Grayscale: #949494. Windows color (decimal): -3636632 or 6849224. OLE color: 6849224.

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

Color convert

RGB 200 130 104 -
CMYK 0 0.35 0.48 0.22
HSL 16.25º 0.47% 0.6% -
HSV(B) 16.25º 0.48% 0.78% -
XYZ 34.3 29.24 16.93 -
YUV 147.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 200 130 104 0 0.35 0.48 0.22 16.25 0.47 0.6
Hex C8 82 68 0 23 30 16 10 2F 3C
Octal 310 202 150 0 43 60 26 20 57 74
Binary 11001000 10000010 1101000 0 100011 110000 10110 10000 101111 111100

Color Harmonies of #C88268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88268

Black with #C88268

Text Example


Text Example

White with #C88268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88268; }

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

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

background-color css

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

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

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

border-color css

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

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

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