Html Css Color HEX #CAC0BB Pale Slate

📋 copy color: '#CAC0BB'

red 202 ◦ green 192 ◦ blue 187

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

Shades of Pale Slate #CAC0BB

Tints of Pale Slate #CAC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.05%

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 34.77%
G = 33.05%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAC0BB (or 0xCAC0BB) is known color: Pale Slate. HEX triplet: CA, C0 and BB. RGB value is (202,192,187). Sum of RGB (Red+Green+Blue) = 202+192+187=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0BB is #353F44. Grayscale: #C2C2C2. Windows color (decimal): -3489605 or 12304586. OLE color: 12304586.

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

Color convert

RGB 202 192 187 -
CMYK 0 0.05 0.07 0.21
HSL 20º 0.12% 0.76% -
HSV(B) 20º 0.07% 0.79% -
XYZ 52.18 53.84 54.66 -
YUV 194.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 202 192 187 0 0.05 0.07 0.21 20 0.12 0.76
Hex CA C0 BB 0 5 7 15 14 C 4C
Octal 312 300 273 0 5 7 25 24 14 114
Binary 11001010 11000000 10111011 0 101 111 10101 10100 1100 1001100

Color Harmonies of #CAC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC0BB

Black with #CAC0BB

Text Example


Text Example

White with #CAC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC0BB; }

 p { color: rgb(202,192,187); }

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

background-color css

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

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

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

border-color css

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

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

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