#CDC0CB

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

Shades of Thistle #CDC0CB

Tints of Thistle #CDC0CB

Color information

#CDC0CB (or 0xCDC0CB) is unknown color: approx Thistle. HEX triplet: CD, C0 and CB. RGB value is (205,192,203). Sum of RGB (Red+Green+Blue) = 205+192+203=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CB is #323F34. Grayscale: #C5C5C5. Windows color (decimal): -3292981 or 13353165. OLE color: 13353165.

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

Color convert

RGB205192203-
CMYK00.060.010.20
HSL309.23º11.5%77.84%-
HSV(B)309.23º6.34%80.39%-
XYZ54.8154.9964.23-
YUV197.14131.31133.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=34.17%
G=32%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519220300.060.010.20309.2311.577.84
HexCDC0CB06114135c4e
Octal3153003130612446514116
Binary110011011100000011001011011011010010011010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0CB; }

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

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

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

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

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

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

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

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