#CDBACB

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

Shades of Thistle #CDBACB

Tints of Thistle #CDBACB

Color information

#CDBACB (or 0xCDBACB) is unknown color: approx Thistle. HEX triplet: CD, BA and CB. RGB value is (205,186,203). Sum of RGB (Red+Green+Blue) = 205+186+203=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBACB is #324534. Grayscale: #C1C1C1. Windows color (decimal): -3294517 or 13351629. OLE color: 13351629.

HSL color Cylindrical-coordinate representation of color #CDBACB: hue angle of 306.32º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBACB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205186203-
CMYK00.090.010.20
HSL306.32º15.97%76.67%-
HSV(B)306.32º9.27%80.39%-
XYZ53.5252.4163.8-
YUV193.62133.29136.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=34.51%
G=31.31%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518620300.090.010.20306.3215.9776.67
HexCDBACB09114132104d
Octal31527231301112446220115
Binary11001101101110101100101101001110100100110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBACB; }

 p { color: rgb(205,186,203); }

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

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

 a { background-color: rgb(205,186,203); }

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

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

 span { border-color: rgb(205,186,203); }

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