Html Css Color HEX #CF8059 Burning Sand

📋 copy color: '#CF8059'

red 207 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #CF8059

Tints of Burning Sand #CF8059

RGB

 RED value IS 207 (81.25% from 255) = 48.82%

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

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 48.82%
G = 30.19%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF8059 (or 0xCF8059) is known color: Burning Sand. HEX triplet: CF, 80 and 59. RGB value is (207,128,89). Sum of RGB (Red+Green+Blue) = 207+128+89=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8059 is #307FA6. Grayscale: #939393. Windows color (decimal): -3178407 or 5865679. OLE color: 5865679.

HSL color Cylindrical-coordinate representation of color #CF8059: hue angle of 19.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF8059 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 89 -
CMYK 0 0.38 0.57 0.19
HSL 19.83º 0.55% 0.58% -
HSV(B) 19.83º 0.57% 0.81% -
XYZ 35.25 29.43 13.27 -
YUV 147.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 207 128 89 0 0.38 0.57 0.19 19.83 0.55 0.58
Hex CF 80 59 0 26 39 13 14 37 3A
Octal 317 200 131 0 46 71 23 24 67 72
Binary 11001111 10000000 1011001 0 100110 111001 10011 10100 110111 111010

Color Harmonies of #CF8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8059

Black with #CF8059

Text Example


Text Example

White with #CF8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8059; }

 p { color: rgb(207,128,89); }

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

background-color css

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

 a { background-color: rgb(207,128,89); }

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

border-color css

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

 span { border-color: rgb(207,128,89); }

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