#CCBACB

Color #CCBACB Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #CCBACB

Tints of Thistle #CCBACB

Color information

#CCBACB (or 0xCCBACB) is unknown color: approx Thistle. HEX triplet: CC, BA and CB. RGB value is (204,186,203). Sum of RGB (Red+Green+Blue) = 204+186+203=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBACB is #334534. Grayscale: #C1C1C1. Windows color (decimal): -3360053 or 13351628. OLE color: 13351628.

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

Color convert

RGB204186203-
CMYK00.090.000.2
HSL303.33º15%76.47%-
HSV(B)303.33º8.82%80%-
XYZ53.2452.2763.78-
YUV193.32133.46135.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=34.40%
G=31.37%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418620300.090.000.2303.331576.47
HexCCBACB0901412ff4c
Octal31427231301102445717114
Binary1100110010111010110010110100101010010010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBACB; }

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

 H1.HeaderClassName
 {
   color: #CCBACB;
 }
 .AnyTagClassName
 {
   color: #CCBACB;
 }
</style>
background-color css

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

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

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

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

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

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