Html Css Color HEX #CF8360 Burning Sand

📋 copy color: '#CF8360'

red 207 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #CF8360

Tints of Burning Sand #CF8360

RGB

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

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

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

R = 47.7%
G = 30.18%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF8360 (or 0xCF8360) is known color: Burning Sand. HEX triplet: CF, 83 and 60. RGB value is (207,131,96). Sum of RGB (Red+Green+Blue) = 207+131+96=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8360 is #307C9F. Grayscale: #959595. Windows color (decimal): -3177632 or 6325199. OLE color: 6325199.

HSL color Cylindrical-coordinate representation of color #CF8360: hue angle of 18.92º 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 #CF8360 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 96 -
CMYK 0 0.37 0.54 0.19
HSL 18.92º 0.54% 0.59% -
HSV(B) 18.92º 0.54% 0.81% -
XYZ 35.96 30.34 15.03 -
YUV 149.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 207 131 96 0 0.37 0.54 0.19 18.92 0.54 0.59
Hex CF 83 60 0 25 36 13 13 36 3B
Octal 317 203 140 0 45 66 23 23 66 73
Binary 11001111 10000011 1100000 0 100101 110110 10011 10011 110110 111011

Color Harmonies of #CF8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8360

Black with #CF8360

Text Example


Text Example

White with #CF8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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