Html Css Color HEX #CFBEBB Alto

📋 copy color: '#CFBEBB'

red 207 ◦ green 190 ◦ blue 187

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

Shades of Alto #CFBEBB

Tints of Alto #CFBEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.02%

R = 35.45%
G = 32.53%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFBEBB (or 0xCFBEBB) is known color: Alto. HEX triplet: CF, BE and BB. RGB value is (207,190,187). Sum of RGB (Red+Green+Blue) = 207+190+187=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEBB is #304144. Grayscale: #C2C2C2. Windows color (decimal): -3162437 or 12304079. OLE color: 12304079.

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

Color convert

RGB 207 190 187 -
CMYK 0 0.08 0.10 0.19
HSL 0.17% 0.77% -
HSV(B) 0.1% 0.81% -
XYZ 53.12 53.68 54.58 -
YUV 194.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 207 190 187 0 0.08 0.10 0.19 9 0.17 0.77
Hex CF BE BB 0 8 A 13 9 11 4D
Octal 317 276 273 0 10 12 23 11 21 115
Binary 11001111 10111110 10111011 0 1000 1010 10011 1001 10001 1001101

Color Harmonies of #CFBEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEBB

Black with #CFBEBB

Text Example


Text Example

White with #CFBEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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