Html Css Color HEX #CFBEB9 Wafer

📋 copy color: '#CFBEB9'

red 207 ◦ green 190 ◦ blue 185

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

Shades of Wafer #CFBEB9

Tints of Wafer #CFBEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.79%

R = 35.57%
G = 32.65%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFBEB9 (or 0xCFBEB9) is known color: Wafer. HEX triplet: CF, BE and B9. RGB value is (207,190,185). Sum of RGB (Red+Green+Blue) = 207+190+185=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEB9 is #304146. Grayscale: #C2C2C2. Windows color (decimal): -3162439 or 12173007. OLE color: 12173007.

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

Color convert

RGB 207 190 185 -
CMYK 0 0.08 0.11 0.19
HSL 13.64º 0.19% 0.77% -
HSV(B) 13.64º 0.11% 0.81% -
XYZ 52.9 53.6 53.46 -
YUV 194.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 207 190 185 0 0.08 0.11 0.19 13.64 0.19 0.77
Hex CF BE B9 0 8 B 13 E 13 4D
Octal 317 276 271 0 10 13 23 16 23 115
Binary 11001111 10111110 10111001 0 1000 1011 10011 1110 10011 1001101

Color Harmonies of #CFBEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEB9

Black with #CFBEB9

Text Example


Text Example

White with #CFBEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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