Html Css Color HEX #CF8763 Burning Sand

📋 copy color: '#CF8763'

red 207 ◦ green 135 ◦ blue 99

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

Shades of Burning Sand #CF8763

Tints of Burning Sand #CF8763

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 46.94%
G = 30.61%
B = 22.45%

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

#CF8763 (or 0xCF8763) is known color: Burning Sand. HEX triplet: CF, 87 and 63. RGB value is (207,135,99). Sum of RGB (Red+Green+Blue) = 207+135+99=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8763 is #30789C. Grayscale: #989898. Windows color (decimal): -3176605 or 6522831. OLE color: 6522831.

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

Color convert

RGB 207 135 99 -
CMYK 0 0.35 0.52 0.19
HSL 20º 0.53% 0.6% -
HSV(B) 20º 0.52% 0.81% -
XYZ 36.65 31.49 15.95 -
YUV 152.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 207 135 99 0 0.35 0.52 0.19 20 0.53 0.6
Hex CF 87 63 0 23 34 13 14 35 3C
Octal 317 207 143 0 43 64 23 24 65 74
Binary 11001111 10000111 1100011 0 100011 110100 10011 10100 110101 111100

Color Harmonies of #CF8763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8763

Black with #CF8763

Text Example


Text Example

White with #CF8763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8763; }

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

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

background-color css

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

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

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

border-color css

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

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

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