Html Css Color HEX #CF876C Burning Sand

📋 copy color: '#CF876C'

red 207 ◦ green 135 ◦ blue 108

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

Shades of Burning Sand #CF876C

Tints of Burning Sand #CF876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 46%
G = 30%
B = 24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF876C (or 0xCF876C) is known color: Burning Sand. HEX triplet: CF, 87 and 6C. RGB value is (207,135,108). Sum of RGB (Red+Green+Blue) = 207+135+108=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF876C is #307893. Grayscale: #999999. Windows color (decimal): -3176596 or 7112655. OLE color: 7112655.

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

Color convert

RGB 207 135 108 -
CMYK 0 0.35 0.48 0.19
HSL 16.36º 0.51% 0.62% -
HSV(B) 16.36º 0.48% 0.81% -
XYZ 37.1 31.68 18.35 -
YUV 153.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 207 135 108 0 0.35 0.48 0.19 16.36 0.51 0.62
Hex CF 87 6C 0 23 30 13 10 33 3E
Octal 317 207 154 0 43 60 23 20 63 76
Binary 11001111 10000111 1101100 0 100011 110000 10011 10000 110011 111110

Color Harmonies of #CF876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF876C

Black with #CF876C

Text Example


Text Example

White with #CF876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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