Html Css Color HEX #CFC6BB Stark White

📋 copy color: '#CFC6BB'

red 207 ◦ green 198 ◦ blue 187

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

Shades of Stark White #CFC6BB

Tints of Stark White #CFC6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.45%

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

R = 34.97%
G = 33.45%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFC6BB (or 0xCFC6BB) is known color: Stark White. HEX triplet: CF, C6 and BB. RGB value is (207,198,187). Sum of RGB (Red+Green+Blue) = 207+198+187=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6BB is #303944. Grayscale: #C7C7C7. Windows color (decimal): -3160389 or 12306127. OLE color: 12306127.

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

Color convert

RGB 207 198 187 -
CMYK 0 0.04 0.10 0.19
HSL 33º 0.17% 0.77% -
HSV(B) 33º 0.1% 0.81% -
XYZ 54.9 57.24 55.17 -
YUV 199.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 207 198 187 0 0.04 0.10 0.19 33 0.17 0.77
Hex CF C6 BB 0 4 A 13 21 11 4D
Octal 317 306 273 0 4 12 23 41 21 115
Binary 11001111 11000110 10111011 0 100 1010 10011 100001 10001 1001101

Color Harmonies of #CFC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC6BB

Black with #CFC6BB

Text Example


Text Example

White with #CFC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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