#CFB9C4

Color #CFB9C4 Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #CFB9C4

Tints of Twilight #CFB9C4

Color information

#CFB9C4 (or 0xCFB9C4) is unknown color: approx Twilight. HEX triplet: CF, B9 and C4. RGB value is (207,185,196). Sum of RGB (Red+Green+Blue) = 207+185+196=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9C4 is #30463B. Grayscale: #C0C0C0. Windows color (decimal): -3163708 or 12892623. OLE color: 12892623.

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

Color convert

RGB207185196-
CMYK00.110.050.19
HSL330º18.64%76.86%-
HSV(B)330º10.63%81.18%-
XYZ53.0451.9559.46-
YUV192.83129.79138.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=35.20%
G=31.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718519600.110.050.1933018.6476.86
HexCFB9C40B51314a134d
Octal31727130401352351223115
Binary1100111110111001110001000101110110011101001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9C4; }

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

 H1.HeaderClassName
 {
   color: #CFB9C4;
 }
 .AnyTagClassName
 {
   color: #CFB9C4;
 }
</style>
background-color css

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

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

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

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

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

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