Html Css Color HEX #CF876D Burning Sand

📋 copy color: '#CF876D'

red 207 ◦ green 135 ◦ blue 109

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

Shades of Burning Sand #CF876D

Tints of Burning Sand #CF876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.93%

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

R = 45.9%
G = 29.93%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF876D (or 0xCF876D) is known color: Burning Sand. HEX triplet: CF, 87 and 6D. RGB value is (207,135,109). Sum of RGB (Red+Green+Blue) = 207+135+109=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF876D is #307892. Grayscale: #999999. Windows color (decimal): -3176595 or 7178191. OLE color: 7178191.

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

Color convert

RGB 207 135 109 -
CMYK 0 0.35 0.47 0.19
HSL 15.92º 0.51% 0.62% -
HSV(B) 15.92º 0.47% 0.81% -
XYZ 37.16 31.7 18.63 -
YUV 153.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 207 135 109 0 0.35 0.47 0.19 15.92 0.51 0.62
Hex CF 87 6D 0 23 2F 13 10 33 3E
Octal 317 207 155 0 43 57 23 20 63 76
Binary 11001111 10000111 1101101 0 100011 101111 10011 10000 110011 111110

Color Harmonies of #CF876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF876D

Black with #CF876D

Text Example


Text Example

White with #CF876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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