Html Css Color HEX #CAC4CA Thistle

📋 copy color: '#CAC4CA'

red 202 ◦ green 196 ◦ blue 202

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

Shades of Thistle #CAC4CA

Tints of Thistle #CAC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.67%

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

R = 33.67%
G = 32.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAC4CA (or 0xCAC4CA) is known color: Thistle. HEX triplet: CA, C4 and CA. RGB value is (202,196,202). Sum of RGB (Red+Green+Blue) = 202+196+202=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4CA is #353B35. Grayscale: #C6C6C6. Windows color (decimal): -3488566 or 13288650. OLE color: 13288650.

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

Color convert

RGB 202 196 202 -
CMYK 0 0.03 0 0.21
HSL 300º 0.05% 0.78% -
HSV(B) 300º 0.03% 0.79% -
XYZ 54.76 56.3 63.86 -
YUV 198.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 202 196 202 0 0.03 0 0.21 300 0.05 0.78
Hex CA C4 CA 0 3 0 15 12C 5 4E
Octal 312 304 312 0 3 0 25 454 5 116
Binary 11001010 11000100 11001010 0 11 0 10101 100101100 101 1001110

Color Harmonies of #CAC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4CA

Black with #CAC4CA

Text Example


Text Example

White with #CAC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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