Html Css Color HEX #C88067 Burning Sand

📋 copy color: '#C88067'

red 200 ◦ green 128 ◦ blue 103

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

Shades of Burning Sand #C88067

Tints of Burning Sand #C88067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.9%

R = 46.4%
G = 29.7%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88067 (or 0xC88067) is known color: Burning Sand. HEX triplet: C8, 80 and 67. RGB value is (200,128,103). Sum of RGB (Red+Green+Blue) = 200+128+103=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C88067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88067 is #377F98. Grayscale: #929292. Windows color (decimal): -3637145 or 6783176. OLE color: 6783176.

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

Color convert

RGB 200 128 103 -
CMYK 0 0.36 0.48 0.22
HSL 15.46º 0.47% 0.59% -
HSV(B) 15.46º 0.49% 0.78% -
XYZ 33.99 28.7 16.58 -
YUV 146.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 200 128 103 0 0.36 0.48 0.22 15.46 0.47 0.59
Hex C8 80 67 0 24 30 16 F 2F 3B
Octal 310 200 147 0 44 60 26 17 57 73
Binary 11001000 10000000 1100111 0 100100 110000 10110 1111 101111 111011

Color Harmonies of #C88067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88067

Black with #C88067

Text Example


Text Example

White with #C88067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88067; }

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

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

background-color css

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

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

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

border-color css

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

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

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