#CCBFCA

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

Shades of Thistle #CCBFCA

Tints of Thistle #CCBFCA

Color information

#CCBFCA (or 0xCCBFCA) is unknown color: approx Thistle. HEX triplet: CC, BF and CA. RGB value is (204,191,202). Sum of RGB (Red+Green+Blue) = 204+191+202=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCA is #334035. Grayscale: #C4C4C4. Windows color (decimal): -3358774 or 13287372. OLE color: 13287372.

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

Color convert

RGB204191202-
CMYK00.060.010.2
HSL309.23º11.3%77.45%-
HSV(B)309.23º6.37%80%-
XYZ54.1954.3663.51-
YUV196.14131.31133.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=34.17%
G=31.99%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419120200.060.010.2309.2311.377.45
HexCCBFCA06114135b4d
Octal3142773120612446513115
Binary110011001011111111001010011011010010011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFCA; }

 p { color: rgb(204,191,202); }

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

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

 a { background-color: rgb(204,191,202); }

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

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

 span { border-color: rgb(204,191,202); }

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