Html Css Color HEX #CF8563 Burning Sand

📋 copy color: '#CF8563'

red 207 ◦ green 133 ◦ blue 99

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

Shades of Burning Sand #CF8563

Tints of Burning Sand #CF8563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.3%

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

R = 47.15%
G = 30.3%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF8563 (or 0xCF8563) is known color: Burning Sand. HEX triplet: CF, 85 and 63. RGB value is (207,133,99). Sum of RGB (Red+Green+Blue) = 207+133+99=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8563 is #307A9C. Grayscale: #979797. Windows color (decimal): -3177117 or 6522319. OLE color: 6522319.

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

Color convert

RGB 207 133 99 -
CMYK 0 0.36 0.52 0.19
HSL 18.89º 0.53% 0.6% -
HSV(B) 18.89º 0.52% 0.81% -
XYZ 36.37 30.94 15.86 -
YUV 151.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 207 133 99 0 0.36 0.52 0.19 18.89 0.53 0.6
Hex CF 85 63 0 24 34 13 13 35 3C
Octal 317 205 143 0 44 64 23 23 65 74
Binary 11001111 10000101 1100011 0 100100 110100 10011 10011 110101 111100

Color Harmonies of #CF8563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8563

Black with #CF8563

Text Example


Text Example

White with #CF8563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8563; }

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

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

background-color css

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

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

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

border-color css

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

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

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