#CDB9C1

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

Shades of Twilight #CDB9C1

Tints of Twilight #CDB9C1

Color information

#CDB9C1 (or 0xCDB9C1) is unknown color: approx Twilight. HEX triplet: CD, B9 and C1. RGB value is (205,185,193). Sum of RGB (Red+Green+Blue) = 205+185+193=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9C1 is #32463E. Grayscale: #BFBFBF. Windows color (decimal): -3294783 or 12696013. OLE color: 12696013.

HSL color Cylindrical-coordinate representation of color #CDB9C1: hue angle of 336º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9C1 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205185193-
CMYK00.100.060.20
HSL336º16.67%76.47%-
HSV(B)336º9.76%80.39%-
XYZ52.1551.5357.65-
YUV191.89128.63137.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=35.16%
G=31.73%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518519300.100.060.2033616.6776.47
HexCDB9C10A614150114c
Octal31527130101262452021114
Binary1100110110111001110000010101011010100101010000100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9C1; }

 p { color: rgb(205,185,193); }

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

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

 a { background-color: rgb(205,185,193); }

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

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

 span { border-color: rgb(205,185,193); }

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