Html Css Color HEX #CDC0CC Thistle

📋 copy color: '#CDC0CC'

red 205 ◦ green 192 ◦ blue 204

#CDC0CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #CDC0CC

Tints of Thistle #CDC0CC

RGB

 RED value IS 205 (80.47% from 255) = 34.11%

 GREEN value IS 192 (75.39% from 255) = 31.95%

 BLUE value IS 204 (80.08% from 255) = 33.94%

R = 34.11%
G = 31.95%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDC0CC (or 0xCDC0CC) is known color: Thistle. HEX triplet: CD, C0 and CC. RGB value is (205,192,204). Sum of RGB (Red+Green+Blue) = 205+192+204=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CC is #323F33. Grayscale: #C5C5C5. Windows color (decimal): -3292980 or 13418701. OLE color: 13418701.

HSL color Cylindrical-coordinate representation of color #CDC0CC: hue angle of 304.62º 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 #CDC0CC is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 192 204 -
CMYK 0 0.06 0.00 0.20
HSL 304.62º 0.12% 0.78% -
HSV(B) 304.62º 0.06% 0.8% -
XYZ 54.93 55.04 64.86 -
YUV 197.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 205 192 204 0 0.06 0.00 0.20 304.62 0.12 0.78
Hex CD C0 CC 0 6 0 14 131 C 4E
Octal 315 300 314 0 6 0 24 461 14 116
Binary 11001101 11000000 11001100 0 110 0 10100 100110001 1100 1001110

Color Harmonies of #CDC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC0CC

Black with #CDC0CC

Text Example


Text Example

White with #CDC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC0CC; }

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

 H1.HeaderClassName
 {
   color: #CDC0CC;
 }
 .AnyTagClassName
 {
   color: #CDC0CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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