#CAC1CB

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

Shades of Thistle #CAC1CB

Tints of Thistle #CAC1CB

Color information

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

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

Color convert

RGB202193203-
CMYK0.000.0500.20
HSL294º8.77%77.65%-
HSV(B)294º4.93%79.61%-
XYZ54.2155.0164.26-
YUV196.83131.48131.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021932030.000.0500.202948.7777.65
HexCAC1CB0501412694e
Octal3123013130502444611116
Binary110010101100000111001011010101010010010011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1CB; }

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

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

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

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

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

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

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

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