Html Css Color HEX #CF876B Burning Sand

📋 copy color: '#CF876B'

red 207 ◦ green 135 ◦ blue 107

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

Shades of Burning Sand #CF876B

Tints of Burning Sand #CF876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.83%

R = 46.1%
G = 30.07%
B = 23.83%

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

#CF876B (or 0xCF876B) is known color: Burning Sand. HEX triplet: CF, 87 and 6B. RGB value is (207,135,107). Sum of RGB (Red+Green+Blue) = 207+135+107=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF876B is #307894. Grayscale: #999999. Windows color (decimal): -3176597 or 7047119. OLE color: 7047119.

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

Color convert

RGB 207 135 107 -
CMYK 0 0.35 0.48 0.19
HSL 16.8º 0.51% 0.62% -
HSV(B) 16.8º 0.48% 0.81% -
XYZ 37.05 31.65 18.07 -
YUV 153.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 207 135 107 0 0.35 0.48 0.19 16.8 0.51 0.62
Hex CF 87 6B 0 23 30 13 11 33 3E
Octal 317 207 153 0 43 60 23 21 63 76
Binary 11001111 10000111 1101011 0 100011 110000 10011 10001 110011 111110

Color Harmonies of #CF876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF876B

Black with #CF876B

Text Example


Text Example

White with #CF876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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