Html Css Color HEX #CF886D Burning Sand

📋 copy color: '#CF886D'

red 207 ◦ green 136 ◦ blue 109

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

Shades of Burning Sand #CF886D

Tints of Burning Sand #CF886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

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

R = 45.8%
G = 30.09%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF886D (or 0xCF886D) is known color: Burning Sand. HEX triplet: CF, 88 and 6D. RGB value is (207,136,109). Sum of RGB (Red+Green+Blue) = 207+136+109=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF886D is #307792. Grayscale: #9A9A9A. Windows color (decimal): -3176339 or 7178447. OLE color: 7178447.

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

Color convert

RGB 207 136 109 -
CMYK 0 0.34 0.47 0.19
HSL 16.53º 0.51% 0.62% -
HSV(B) 16.53º 0.47% 0.81% -
XYZ 37.3 31.98 18.67 -
YUV 154.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 207 136 109 0 0.34 0.47 0.19 16.53 0.51 0.62
Hex CF 88 6D 0 22 2F 13 11 33 3E
Octal 317 210 155 0 42 57 23 21 63 76
Binary 11001111 10001000 1101101 0 100010 101111 10011 10001 110011 111110

Color Harmonies of #CF886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF886D

Black with #CF886D

Text Example


Text Example

White with #CF886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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