Html Css Color HEX #CCBCCB Thistle

📋 copy color: '#CCBCCB'

red 204 ◦ green 188 ◦ blue 203

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

Shades of Thistle #CCBCCB

Tints of Thistle #CCBCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.6%

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

R = 34.29%
G = 31.6%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCBCCB (or 0xCCBCCB) is known color: Thistle. HEX triplet: CC, BC and CB. RGB value is (204,188,203). Sum of RGB (Red+Green+Blue) = 204+188+203=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCCB is #334334. Grayscale: #C2C2C2. Windows color (decimal): -3359541 or 13352140. OLE color: 13352140.

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

Color convert

RGB 204 188 203 -
CMYK 0 0.08 0.00 0.2
HSL 303.75º 0.14% 0.77% -
HSV(B) 303.75º 0.08% 0.8% -
XYZ 53.66 53.12 63.92 -
YUV 194.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 204 188 203 0 0.08 0.00 0.2 303.75 0.14 0.77
Hex CC BC CB 0 8 0 14 130 E 4D
Octal 314 274 313 0 10 0 24 460 16 115
Binary 11001100 10111100 11001011 0 1000 0 10100 100110000 1110 1001101

Color Harmonies of #CCBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCCB

Black with #CCBCCB

Text Example


Text Example

White with #CCBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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