Html Css Color HEX #CF8060 Burning Sand

📋 copy color: '#CF8060'

red 207 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #CF8060

Tints of Burning Sand #CF8060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 48.03%
G = 29.7%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF8060 (or 0xCF8060) is known color: Burning Sand. HEX triplet: CF, 80 and 60. RGB value is (207,128,96). Sum of RGB (Red+Green+Blue) = 207+128+96=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8060 is #307F9F. Grayscale: #949494. Windows color (decimal): -3178400 or 6324431. OLE color: 6324431.

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

Color convert

RGB 207 128 96 -
CMYK 0 0.38 0.54 0.19
HSL 17.3º 0.54% 0.59% -
HSV(B) 17.3º 0.54% 0.81% -
XYZ 35.56 29.55 14.9 -
YUV 147.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 207 128 96 0 0.38 0.54 0.19 17.3 0.54 0.59
Hex CF 80 60 0 26 36 13 11 36 3B
Octal 317 200 140 0 46 66 23 21 66 73
Binary 11001111 10000000 1100000 0 100110 110110 10011 10001 110110 111011

Color Harmonies of #CF8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8060

Black with #CF8060

Text Example


Text Example

White with #CF8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8060; }

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

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

background-color css

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

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

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

border-color css

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

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

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