Html Css Color HEX #CABACB Thistle

📋 copy color: '#CABACB'

red 202 ◦ green 186 ◦ blue 203

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

Shades of Thistle #CABACB

Tints of Thistle #CABACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.47%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 34.18%
G = 31.47%
B = 34.35%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CABACB (or 0xCABACB) is known color: Thistle. HEX triplet: CA, BA and CB. RGB value is (202,186,203). Sum of RGB (Red+Green+Blue) = 202+186+203=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #CABACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABACB is #354534. Grayscale: #C0C0C0. Windows color (decimal): -3491125 or 13351626. OLE color: 13351626.

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

Color convert

RGB 202 186 203 -
CMYK 0.00 0.08 0 0.20
HSL 296.47º 0.14% 0.76% -
HSV(B) 296.47º 0.08% 0.8% -
XYZ 52.7 51.99 63.76 -
YUV 192.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 202 186 203 0.00 0.08 0 0.20 296.47 0.14 0.76
Hex CA BA CB 0 8 0 14 128 E 4C
Octal 312 272 313 0 10 0 24 450 16 114
Binary 11001010 10111010 11001011 0 1000 0 10100 100101000 1110 1001100

Color Harmonies of #CABACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABACB

Black with #CABACB

Text Example


Text Example

White with #CABACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABACB; }

 p { color: rgb(202,186,203); }

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

background-color css

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

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

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

border-color css

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

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

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