#CFB7C1

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

Shades of Twilight #CFB7C1

Tints of Twilight #CFB7C1

Color information

#CFB7C1 (or 0xCFB7C1) is unknown color: approx Twilight. HEX triplet: CF, B7 and C1. RGB value is (207,183,193). Sum of RGB (Red+Green+Blue) = 207+183+193=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7C1 is #30483E. Grayscale: #BFBFBF. Windows color (decimal): -3164223 or 12695503. OLE color: 12695503.

HSL color Cylindrical-coordinate representation of color #CFB7C1: hue angle of 335º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB7C1 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207183193-
CMYK00.120.070.19
HSL335º20%76.47%-
HSV(B)335º11.59%81.18%-
XYZ52.2950.9857.54-
YUV191.32128.95139.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=35.51%
G=31.39%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718319300.120.070.193352076.47
HexCFB7C10C71314f144c
Octal31726730101472351724114
Binary1100111110110111110000010110011110011101001111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7C1; }

 p { color: rgb(207,183,193); }

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

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

 a { background-color: rgb(207,183,193); }

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

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

 span { border-color: rgb(207,183,193); }

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