#CBC6CA

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

Shades of Thistle #CBC6CA

Tints of Thistle #CBC6CA

Color information

#CBC6CA (or 0xCBC6CA) is unknown color: approx Thistle. HEX triplet: CB, C6 and CA. RGB value is (203,198,202). Sum of RGB (Red+Green+Blue) = 203+198+202=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6CA is #343935. Grayscale: #C7C7C7. Windows color (decimal): -3422518 or 13289163. OLE color: 13289163.

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

Color convert

RGB203198202-
CMYK00.020.000.20
HSL312º4.59%78.63%-
HSV(B)312º2.46%79.61%-
XYZ55.4857.3564.02-
YUV199.95129.16130.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 198 (77.73% from 255) = 32.84%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=33.67%
G=32.84%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319820200.020.000.203124.5978.63
HexCBC6CA0201413854f
Octal313306312020244705117
Binary1100101111000110110010100100101001001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6CA; }

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

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

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

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

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

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

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

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