Html Css Color HEX #CFC9BB Aths Special

📋 copy color: '#CFC9BB'

red 207 ◦ green 201 ◦ blue 187

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

Shades of Aths Special #CFC9BB

Tints of Aths Special #CFC9BB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.78%

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

R = 34.79%
G = 33.78%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFC9BB (or 0xCFC9BB) is known color: Aths Special. HEX triplet: CF, C9 and BB. RGB value is (207,201,187). Sum of RGB (Red+Green+Blue) = 207+201+187=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9BB is #303644. Grayscale: #C9C9C9. Windows color (decimal): -3159621 or 12306895. OLE color: 12306895.

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

Color convert

RGB 207 201 187 -
CMYK 0 0.03 0.10 0.19
HSL 42º 0.17% 0.77% -
HSV(B) 42º 0.1% 0.81% -
XYZ 55.59 58.63 55.4 -
YUV 201.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 207 201 187 0 0.03 0.10 0.19 42 0.17 0.77
Hex CF C9 BB 0 3 A 13 2A 11 4D
Octal 317 311 273 0 3 12 23 52 21 115
Binary 11001111 11001001 10111011 0 11 1010 10011 101010 10001 1001101

Color Harmonies of #CFC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9BB

Black with #CFC9BB

Text Example


Text Example

White with #CFC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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