#CBC2CC

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

Shades of Thistle #CBC2CC

Tints of Thistle #CBC2CC

Color information

#CBC2CC (or 0xCBC2CC) is unknown color: approx Thistle. HEX triplet: CB, C2 and CC. RGB value is (203,194,204). Sum of RGB (Red+Green+Blue) = 203+194+204=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2CC is #343D33. Grayscale: #C5C5C5. Windows color (decimal): -3423540 or 13419211. OLE color: 13419211.

HSL color Cylindrical-coordinate representation of color #CBC2CC: hue angle of 294º 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 #CBC2CC is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203194204-
CMYK0.000.0500.2
HSL294º8.93%78.04%-
HSV(B)294º4.9%80%-
XYZ54.8255.6464.98-
YUV197.83131.48131.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=33.78%
G=32.28%
B=33.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031942040.000.0500.22948.9378.04
HexCBC2CC0501412694e
Octal3133023140502444611116
Binary110010111100001011001100010101010010010011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2CC; }

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

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

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

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

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

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

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

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