Html Css Color HEX #CCC2CB Thistle

📋 copy color: '#CCC2CB'

red 204 ◦ green 194 ◦ blue 203

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

Shades of Thistle #CCC2CB

Tints of Thistle #CCC2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.28%

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

R = 33.94%
G = 32.28%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCC2CB (or 0xCCC2CB) is known color: Thistle. HEX triplet: CC, C2 and CB. RGB value is (204,194,203). Sum of RGB (Red+Green+Blue) = 204+194+203=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2CB is #333D34. Grayscale: #C5C5C5. Windows color (decimal): -3358005 or 13353676. OLE color: 13353676.

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

Color convert

RGB 204 194 203 -
CMYK 0 0.05 0.00 0.2
HSL 306º 0.09% 0.78% -
HSV(B) 306º 0.05% 0.8% -
XYZ 54.97 55.73 64.36 -
YUV 198.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 204 194 203 0 0.05 0.00 0.2 306 0.09 0.78
Hex CC C2 CB 0 5 0 14 132 9 4E
Octal 314 302 313 0 5 0 24 462 11 116
Binary 11001100 11000010 11001011 0 101 0 10100 100110010 1001 1001110

Color Harmonies of #CCC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2CB

Black with #CCC2CB

Text Example


Text Example

White with #CCC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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