Html Css Color HEX #CCC5CB Thistle

📋 copy color: '#CCC5CB'

red 204 ◦ green 197 ◦ blue 203

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

Shades of Thistle #CCC5CB

Tints of Thistle #CCC5CB

RGB

 RED value IS 204 (80.08% from 255) = 33.77%

 GREEN value IS 197 (77.34% from 255) = 32.62%

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 33.77%
G = 32.62%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCC5CB (or 0xCCC5CB) is known color: Thistle. HEX triplet: CC, C5 and CB. RGB value is (204,197,203). Sum of RGB (Red+Green+Blue) = 204+197+203=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CB is #333A34. Grayscale: #C7C7C7. Windows color (decimal): -3357237 or 13354444. OLE color: 13354444.

HSL color Cylindrical-coordinate representation of color #CCC5CB: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC5CB is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 203 -
CMYK 0 0.03 0.00 0.2
HSL 308.57º 0.06% 0.79% -
HSV(B) 308.57º 0.03% 0.8% -
XYZ 55.65 57.08 64.58 -
YUV 199.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 204 197 203 0 0.03 0.00 0.2 308.57 0.06 0.79
Hex CC C5 CB 0 3 0 14 135 6 4F
Octal 314 305 313 0 3 0 24 465 6 117
Binary 11001100 11000101 11001011 0 11 0 10100 100110101 110 1001111

Color Harmonies of #CCC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5CB

Black with #CCC5CB

Text Example


Text Example

White with #CCC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5CB; }

 p { color: rgb(204,197,203); }

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

background-color css

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

 a { background-color: rgb(204,197,203); }

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

border-color css

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

 span { border-color: rgb(204,197,203); }

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