Html Css Color HEX #CCB6CB Thistle

📋 copy color: '#CCB6CB'

red 204 ◦ green 182 ◦ blue 203

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

Shades of Thistle #CCB6CB

Tints of Thistle #CCB6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.9%

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

R = 34.63%
G = 30.9%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCB6CB (or 0xCCB6CB) is known color: Thistle. HEX triplet: CC, B6 and CB. RGB value is (204,182,203). Sum of RGB (Red+Green+Blue) = 204+182+203=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6CB is #334934. Grayscale: #BEBEBE. Windows color (decimal): -3361077 or 13350604. OLE color: 13350604.

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

Color convert

RGB 204 182 203 -
CMYK 0 0.11 0.00 0.2
HSL 302.73º 0.18% 0.76% -
HSV(B) 302.73º 0.11% 0.8% -
XYZ 52.41 50.61 63.51 -
YUV 190.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 204 182 203 0 0.11 0.00 0.2 302.73 0.18 0.76
Hex CC B6 CB 0 B 0 14 12F 12 4C
Octal 314 266 313 0 13 0 24 457 22 114
Binary 11001100 10110110 11001011 0 1011 0 10100 100101111 10010 1001100

Color Harmonies of #CCB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6CB

Black with #CCB6CB

Text Example


Text Example

White with #CCB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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