Html Css Color HEX #CAC1BE Pale Slate

📋 copy color: '#CAC1BE'

red 202 ◦ green 193 ◦ blue 190

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

Shades of Pale Slate #CAC1BE

Tints of Pale Slate #CAC1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 34.53%
G = 32.99%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAC1BE (or 0xCAC1BE) is known color: Pale Slate. HEX triplet: CA, C1 and BE. RGB value is (202,193,190). Sum of RGB (Red+Green+Blue) = 202+193+190=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1BE is #353E41. Grayscale: #C3C3C3. Windows color (decimal): -3489346 or 12501450. OLE color: 12501450.

HSL color Cylindrical-coordinate representation of color #CAC1BE: hue angle of 15º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC1BE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 190 -
CMYK 0 0.04 0.06 0.21
HSL 15º 0.1% 0.77% -
HSV(B) 15º 0.06% 0.79% -
XYZ 52.72 54.41 56.44 -
YUV 195.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 202 193 190 0 0.04 0.06 0.21 15 0.1 0.77
Hex CA C1 BE 0 4 6 15 F A 4D
Octal 312 301 276 0 4 6 25 17 12 115
Binary 11001010 11000001 10111110 0 100 110 10101 1111 1010 1001101

Color Harmonies of #CAC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC1BE

Black with #CAC1BE

Text Example


Text Example

White with #CAC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC1BE; }

 p { color: rgb(202,193,190); }

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

background-color css

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

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

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

border-color css

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

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

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