Html Css Color HEX #CF8663 Burning Sand

📋 copy color: '#CF8663'

red 207 ◦ green 134 ◦ blue 99

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

Shades of Burning Sand #CF8663

Tints of Burning Sand #CF8663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 47.05%
G = 30.45%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF8663 (or 0xCF8663) is known color: Burning Sand. HEX triplet: CF, 86 and 63. RGB value is (207,134,99). Sum of RGB (Red+Green+Blue) = 207+134+99=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8663 is #30799C. Grayscale: #989898. Windows color (decimal): -3176861 or 6522575. OLE color: 6522575.

HSL color Cylindrical-coordinate representation of color #CF8663: hue angle of 19.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF8663 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 99 -
CMYK 0 0.35 0.52 0.19
HSL 19.44º 0.53% 0.6% -
HSV(B) 19.44º 0.52% 0.81% -
XYZ 36.51 31.22 15.91 -
YUV 151.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 207 134 99 0 0.35 0.52 0.19 19.44 0.53 0.6
Hex CF 86 63 0 23 34 13 13 35 3C
Octal 317 206 143 0 43 64 23 23 65 74
Binary 11001111 10000110 1100011 0 100011 110100 10011 10011 110101 111100

Color Harmonies of #CF8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8663

Black with #CF8663

Text Example


Text Example

White with #CF8663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8663; }

 p { color: rgb(207,134,99); }

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

background-color css

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

 a { background-color: rgb(207,134,99); }

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

border-color css

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

 span { border-color: rgb(207,134,99); }

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