Html Css Color HEX #CCC7CB Thistle

📋 copy color: '#CCC7CB'

red 204 ◦ green 199 ◦ blue 203

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

Shades of Thistle #CCC7CB

Tints of Thistle #CCC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.84%

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

R = 33.66%
G = 32.84%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCC7CB (or 0xCCC7CB) is known color: Thistle. HEX triplet: CC, C7 and CB. RGB value is (204,199,203). Sum of RGB (Red+Green+Blue) = 204+199+203=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CB is #333834. Grayscale: #C8C8C8. Windows color (decimal): -3356725 or 13354956. OLE color: 13354956.

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

Color convert

RGB 204 199 203 -
CMYK 0 0.02 0.00 0.2
HSL 312º 0.05% 0.79% -
HSV(B) 312º 0.02% 0.8% -
XYZ 56.1 58 64.74 -
YUV 200.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 204 199 203 0 0.02 0.00 0.2 312 0.05 0.79
Hex CC C7 CB 0 2 0 14 138 5 4F
Octal 314 307 313 0 2 0 24 470 5 117
Binary 11001100 11000111 11001011 0 10 0 10100 100111000 101 1001111

Color Harmonies of #CCC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7CB

Black with #CCC7CB

Text Example


Text Example

White with #CCC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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