Html Css Color HEX #CAB8CA Thistle

📋 copy color: '#CAB8CA'

red 202 ◦ green 184 ◦ blue 202

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

Shades of Thistle #CAB8CA

Tints of Thistle #CAB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.29%

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

R = 34.35%
G = 31.29%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAB8CA (or 0xCAB8CA) is known color: Thistle. HEX triplet: CA, B8 and CA. RGB value is (202,184,202). Sum of RGB (Red+Green+Blue) = 202+184+202=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8CA is #354735. Grayscale: #BFBFBF. Windows color (decimal): -3491638 or 13285578. OLE color: 13285578.

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

Color convert

RGB 202 184 202 -
CMYK 0 0.09 0 0.21
HSL 300º 0.15% 0.76% -
HSV(B) 300º 0.09% 0.79% -
XYZ 52.16 51.1 62.99 -
YUV 191.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 202 184 202 0 0.09 0 0.21 300 0.15 0.76
Hex CA B8 CA 0 9 0 15 12C F 4C
Octal 312 270 312 0 11 0 25 454 17 114
Binary 11001010 10111000 11001010 0 1001 0 10101 100101100 1111 1001100

Color Harmonies of #CAB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8CA

Black with #CAB8CA

Text Example


Text Example

White with #CAB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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