Html Css Color HEX #CAB9CA Thistle

📋 copy color: '#CAB9CA'

red 202 ◦ green 185 ◦ blue 202

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

Shades of Thistle #CAB9CA

Tints of Thistle #CAB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.41%

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

R = 34.3%
G = 31.41%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAB9CA (or 0xCAB9CA) is known color: Thistle. HEX triplet: CA, B9 and CA. RGB value is (202,185,202). Sum of RGB (Red+Green+Blue) = 202+185+202=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9CA is #354635. Grayscale: #BFBFBF. Windows color (decimal): -3491382 or 13285834. OLE color: 13285834.

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

Color convert

RGB 202 185 202 -
CMYK 0 0.08 0 0.21
HSL 300º 0.14% 0.76% -
HSV(B) 300º 0.08% 0.79% -
XYZ 52.37 51.52 63.06 -
YUV 192.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 202 185 202 0 0.08 0 0.21 300 0.14 0.76
Hex CA B9 CA 0 8 0 15 12C E 4C
Octal 312 271 312 0 10 0 25 454 16 114
Binary 11001010 10111001 11001010 0 1000 0 10101 100101100 1110 1001100

Color Harmonies of #CAB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9CA

Black with #CAB9CA

Text Example


Text Example

White with #CAB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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