#CBC1CA

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

Shades of Thistle #CBC1CA

Tints of Thistle #CBC1CA

Color information

#CBC1CA (or 0xCBC1CA) is unknown color: approx Thistle. HEX triplet: CB, C1 and CA. RGB value is (203,193,202). Sum of RGB (Red+Green+Blue) = 203+193+202=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1CA is #343E35. Grayscale: #C4C4C4. Windows color (decimal): -3423798 or 13287883. OLE color: 13287883.

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

Color convert

RGB203193202-
CMYK00.050.000.20
HSL306º8.77%77.65%-
HSV(B)306º4.93%79.61%-
XYZ54.3655.163.65-
YUV197.02130.81132.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=33.95%
G=32.27%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319320200.050.000.203068.7777.65
HexCBC1CA0501413294e
Octal3133013120502446211116
Binary110010111100000111001010010101010010011001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1CA; }

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

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

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

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

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

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

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

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