Html Css Color HEX #CAC9CA Thistle

📋 copy color: '#CAC9CA'

red 202 ◦ green 201 ◦ blue 202

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

Shades of Thistle #CAC9CA

Tints of Thistle #CAC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.22%

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

R = 33.39%
G = 33.22%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAC9CA (or 0xCAC9CA) is known color: Thistle. HEX triplet: CA, C9 and CA. RGB value is (202,201,202). Sum of RGB (Red+Green+Blue) = 202+201+202=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9CA is #353635. Grayscale: #C9C9C9. Windows color (decimal): -3487286 or 13289930. OLE color: 13289930.

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

Color convert

RGB 202 201 202 -
CMYK 0 0.00 0 0.21
HSL 300º 0.01% 0.79% -
HSV(B) 300º 0% 0.79% -
XYZ 55.9 58.59 64.24 -
YUV 201.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 202 201 202 0 0.00 0 0.21 300 0.01 0.79
Hex CA C9 CA 0 0 0 15 12C 1 4F
Octal 312 311 312 0 0 0 25 454 1 117
Binary 11001010 11001001 11001010 0 0 0 10101 100101100 1 1001111

Color Harmonies of #CAC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9CA

Black with #CAC9CA

Text Example


Text Example

White with #CAC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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