Html Css Color HEX #CCC3CB Thistle

📋 copy color: '#CCC3CB'

red 204 ◦ green 195 ◦ blue 203

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

Shades of Thistle #CCC3CB

Tints of Thistle #CCC3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.39%

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

R = 33.89%
G = 32.39%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCC3CB (or 0xCCC3CB) is known color: Thistle. HEX triplet: CC, C3 and CB. RGB value is (204,195,203). Sum of RGB (Red+Green+Blue) = 204+195+203=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3CB is #333C34. Grayscale: #C6C6C6. Windows color (decimal): -3357749 or 13353932. OLE color: 13353932.

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

Color convert

RGB 204 195 203 -
CMYK 0 0.04 0.00 0.2
HSL 306.67º 0.08% 0.78% -
HSV(B) 306.67º 0.04% 0.8% -
XYZ 55.2 56.18 64.43 -
YUV 198.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 204 195 203 0 0.04 0.00 0.2 306.67 0.08 0.78
Hex CC C3 CB 0 4 0 14 133 8 4E
Octal 314 303 313 0 4 0 24 463 10 116
Binary 11001100 11000011 11001011 0 100 0 10100 100110011 1000 1001110

Color Harmonies of #CCC3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3CB

Black with #CCC3CB

Text Example


Text Example

White with #CCC3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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