Html Css Color HEX #CAC6CA Thistle

📋 copy color: '#CAC6CA'

red 202 ◦ green 198 ◦ blue 202

#CAC6CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #CAC6CA

Tints of Thistle #CAC6CA

RGB

 RED value IS 202 (79.3% from 255) = 33.55%

 GREEN value IS 198 (77.73% from 255) = 32.89%

 BLUE value IS 202 (79.3% from 255) = 33.55%

R = 33.55%
G = 32.89%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAC6CA (or 0xCAC6CA) is known color: Thistle. HEX triplet: CA, C6 and CA. RGB value is (202,198,202). Sum of RGB (Red+Green+Blue) = 202+198+202=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6CA is #353935. Grayscale: #C7C7C7. Windows color (decimal): -3488054 or 13289162. OLE color: 13289162.

HSL color Cylindrical-coordinate representation of color #CAC6CA: hue angle of 300º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC6CA is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 202 -
CMYK 0 0.02 0 0.21
HSL 300º 0.04% 0.78% -
HSV(B) 300º 0.02% 0.79% -
XYZ 55.21 57.21 64.01 -
YUV 199.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 202 198 202 0 0.02 0 0.21 300 0.04 0.78
Hex CA C6 CA 0 2 0 15 12C 4 4E
Octal 312 306 312 0 2 0 25 454 4 116
Binary 11001010 11000110 11001010 0 10 0 10101 100101100 100 1001110

Color Harmonies of #CAC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6CA

Black with #CAC6CA

Text Example


Text Example

White with #CAC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6CA; }

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

 H1.HeaderClassName
 {
   color: #CAC6CA;
 }
 .AnyTagClassName
 {
   color: #CAC6CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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