Html Css Color HEX #CF865E Burning Sand

📋 copy color: '#CF865E'

red 207 ◦ green 134 ◦ blue 94

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

Shades of Burning Sand #CF865E

Tints of Burning Sand #CF865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 47.59%
G = 30.8%
B = 21.61%

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

#CF865E (or 0xCF865E) is known color: Burning Sand. HEX triplet: CF, 86 and 5E. RGB value is (207,134,94). Sum of RGB (Red+Green+Blue) = 207+134+94=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF865E is #3079A1. Grayscale: #979797. Windows color (decimal): -3176866 or 6194895. OLE color: 6194895.

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

Color convert

RGB 207 134 94 -
CMYK 0 0.35 0.55 0.19
HSL 21.24º 0.54% 0.59% -
HSV(B) 21.24º 0.55% 0.81% -
XYZ 36.28 31.12 14.69 -
YUV 151.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 207 134 94 0 0.35 0.55 0.19 21.24 0.54 0.59
Hex CF 86 5E 0 23 37 13 15 36 3B
Octal 317 206 136 0 43 67 23 25 66 73
Binary 11001111 10000110 1011110 0 100011 110111 10011 10101 110110 111011

Color Harmonies of #CF865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF865E

Black with #CF865E

Text Example


Text Example

White with #CF865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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