Html Css Color HEX #CF865D Burning Sand

📋 copy color: '#CF865D'

red 207 ◦ green 134 ◦ blue 93

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

Shades of Burning Sand #CF865D

Tints of Burning Sand #CF865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 47.7%
G = 30.88%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF865D (or 0xCF865D) is known color: Burning Sand. HEX triplet: CF, 86 and 5D. RGB value is (207,134,93). Sum of RGB (Red+Green+Blue) = 207+134+93=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF865D is #3079A2. Grayscale: #979797. Windows color (decimal): -3176867 or 6129359. OLE color: 6129359.

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

Color convert

RGB 207 134 93 -
CMYK 0 0.35 0.55 0.19
HSL 21.58º 0.54% 0.59% -
HSV(B) 21.58º 0.55% 0.81% -
XYZ 36.23 31.11 14.45 -
YUV 151.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 207 134 93 0 0.35 0.55 0.19 21.58 0.54 0.59
Hex CF 86 5D 0 23 37 13 16 36 3B
Octal 317 206 135 0 43 67 23 26 66 73
Binary 11001111 10000110 1011101 0 100011 110111 10011 10110 110110 111011

Color Harmonies of #CF865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF865D

Black with #CF865D

Text Example


Text Example

White with #CF865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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