#CBBFCA

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

Shades of Thistle #CBBFCA

Tints of Thistle #CBBFCA

Color information

#CBBFCA (or 0xCBBFCA) is unknown color: approx Thistle. HEX triplet: CB, BF and CA. RGB value is (203,191,202). Sum of RGB (Red+Green+Blue) = 203+191+202=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFCA is #344035. Grayscale: #C3C3C3. Windows color (decimal): -3424310 or 13287371. OLE color: 13287371.

HSL color Cylindrical-coordinate representation of color #CBBFCA: hue angle of 305º degrees, saturation: 0.1, 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 #CBBFCA is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203191202-
CMYK00.060.000.20
HSL305º10.34%77.25%-
HSV(B)305º5.91%79.61%-
XYZ53.9254.2263.5-
YUV195.84131.48133.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=34.06%
G=32.05%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319120200.060.000.2030510.3477.25
HexCBBFCA06014131a4d
Octal3132773120602446112115
Binary110010111011111111001010011001010010011000110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFCA; }

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

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

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

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

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

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

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

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