Html Css Color HEX #CAC3BE Pale Slate

📋 copy color: '#CAC3BE'

red 202 ◦ green 195 ◦ blue 190

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

Shades of Pale Slate #CAC3BE

Tints of Pale Slate #CAC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.22%

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

R = 34.41%
G = 33.22%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAC3BE (or 0xCAC3BE) is known color: Pale Slate. HEX triplet: CA, C3 and BE. RGB value is (202,195,190). Sum of RGB (Red+Green+Blue) = 202+195+190=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3BE is #353C41. Grayscale: #C4C4C4. Windows color (decimal): -3488834 or 12501962. OLE color: 12501962.

HSL color Cylindrical-coordinate representation of color #CAC3BE: hue angle of 25º 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 #CAC3BE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 195 190 -
CMYK 0 0.03 0.06 0.21
HSL 25º 0.1% 0.77% -
HSV(B) 25º 0.06% 0.79% -
XYZ 53.17 55.3 56.59 -
YUV 196.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 202 195 190 0 0.03 0.06 0.21 25 0.1 0.77
Hex CA C3 BE 0 3 6 15 19 A 4D
Octal 312 303 276 0 3 6 25 31 12 115
Binary 11001010 11000011 10111110 0 11 110 10101 11001 1010 1001101

Color Harmonies of #CAC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC3BE

Black with #CAC3BE

Text Example


Text Example

White with #CAC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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