#CAC4CB

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

Shades of Thistle #CAC4CB

Tints of Thistle #CAC4CB

Color information

#CAC4CB (or 0xCAC4CB) is unknown color: approx Thistle. HEX triplet: CA, C4 and CB. RGB value is (202,196,203). Sum of RGB (Red+Green+Blue) = 202+196+203=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4CB is #353B34. Grayscale: #C6C6C6. Windows color (decimal): -3488565 or 13354186. OLE color: 13354186.

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

Color convert

RGB202196203-
CMYK0.000.0300.20
HSL291.43º6.31%78.24%-
HSV(B)291.43º3.45%79.61%-
XYZ54.8856.3564.48-
YUV198.59130.49130.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=33.61%
G=32.61%
B=33.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021962030.000.0300.20291.436.3178.24
HexCAC4CB0301412364e
Octal312304313030244436116
Binary1100101011000100110010110110101001001000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4CB; }

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

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

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

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

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

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

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

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