Html Css Color HEX #CF885F Burning Sand

📋 copy color: '#CF885F'

red 207 ◦ green 136 ◦ blue 95

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

Shades of Burning Sand #CF885F

Tints of Burning Sand #CF885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 47.26%
G = 31.05%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF885F (or 0xCF885F) is known color: Burning Sand. HEX triplet: CF, 88 and 5F. RGB value is (207,136,95). Sum of RGB (Red+Green+Blue) = 207+136+95=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF885F is #3077A0. Grayscale: #989898. Windows color (decimal): -3176353 or 6260943. OLE color: 6260943.

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

Color convert

RGB 207 136 95 -
CMYK 0 0.34 0.54 0.19
HSL 21.96º 0.54% 0.59% -
HSV(B) 21.96º 0.54% 0.81% -
XYZ 36.6 31.7 15.02 -
YUV 152.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 207 136 95 0 0.34 0.54 0.19 21.96 0.54 0.59
Hex CF 88 5F 0 22 36 13 16 36 3B
Octal 317 210 137 0 42 66 23 26 66 73
Binary 11001111 10001000 1011111 0 100010 110110 10011 10110 110110 111011

Color Harmonies of #CF885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF885F

Black with #CF885F

Text Example


Text Example

White with #CF885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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