Html Css Color HEX #CF856D Burning Sand

📋 copy color: '#CF856D'

red 207 ◦ green 133 ◦ blue 109

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

Shades of Burning Sand #CF856D

Tints of Burning Sand #CF856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 46.1%
G = 29.62%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF856D (or 0xCF856D) is known color: Burning Sand. HEX triplet: CF, 85 and 6D. RGB value is (207,133,109). Sum of RGB (Red+Green+Blue) = 207+133+109=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF856D is #307A92. Grayscale: #989898. Windows color (decimal): -3177107 or 7177679. OLE color: 7177679.

HSL color Cylindrical-coordinate representation of color #CF856D: hue angle of 14.69º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF856D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 109 -
CMYK 0 0.36 0.47 0.19
HSL 14.69º 0.51% 0.62% -
HSV(B) 14.69º 0.47% 0.81% -
XYZ 36.88 31.14 18.54 -
YUV 152.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 207 133 109 0 0.36 0.47 0.19 14.69 0.51 0.62
Hex CF 85 6D 0 24 2F 13 F 33 3E
Octal 317 205 155 0 44 57 23 17 63 76
Binary 11001111 10000101 1101101 0 100100 101111 10011 1111 110011 111110

Color Harmonies of #CF856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF856D

Black with #CF856D

Text Example


Text Example

White with #CF856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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