Html Css Color HEX #CFBEB0 Bone

📋 copy color: '#CFBEB0'

red 207 ◦ green 190 ◦ blue 176

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

Shades of Bone #CFBEB0

Tints of Bone #CFBEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.16%

 BLUE value IS 176 (69.14% from 255) = 30.72%

R = 36.13%
G = 33.16%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFBEB0 (or 0xCFBEB0) is known color: Bone. HEX triplet: CF, BE and B0. RGB value is (207,190,176). Sum of RGB (Red+Green+Blue) = 207+190+176=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEB0 is #30414F. Grayscale: #C1C1C1. Windows color (decimal): -3162448 or 11583183. OLE color: 11583183.

HSL color Cylindrical-coordinate representation of color #CFBEB0: hue angle of 27.1º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBEB0 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 176 -
CMYK 0 0.08 0.15 0.19
HSL 27.1º 0.24% 0.75% -
HSV(B) 27.1º 0.15% 0.81% -
XYZ 51.98 53.23 48.61 -
YUV 193.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 207 190 176 0 0.08 0.15 0.19 27.1 0.24 0.75
Hex CF BE B0 0 8 F 13 1B 18 4B
Octal 317 276 260 0 10 17 23 33 30 113
Binary 11001111 10111110 10110000 0 1000 1111 10011 11011 11000 1001011

Color Harmonies of #CFBEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEB0

Black with #CFBEB0

Text Example


Text Example

White with #CFBEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEB0; }

 p { color: rgb(207,190,176); }

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

background-color css

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

 a { background-color: rgb(207,190,176); }

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

border-color css

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

 span { border-color: rgb(207,190,176); }

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