Html Css Color HEX #CABCB3 Pale Slate

📋 copy color: '#CABCB3'

red 202 ◦ green 188 ◦ blue 179

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

Shades of Pale Slate #CABCB3

Tints of Pale Slate #CABCB3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

 BLUE value IS 179 (70.31% from 255) = 31.46%

R = 35.5%
G = 33.04%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CABCB3 (or 0xCABCB3) is known color: Pale Slate. HEX triplet: CA, BC and B3. RGB value is (202,188,179). Sum of RGB (Red+Green+Blue) = 202+188+179=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCB3 is #35434C. Grayscale: #BFBFBF. Windows color (decimal): -3490637 or 11779274. OLE color: 11779274.

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

Color convert

RGB 202 188 179 -
CMYK 0 0.07 0.11 0.21
HSL 23.48º 0.18% 0.75% -
HSV(B) 23.48º 0.11% 0.79% -
XYZ 50.48 51.78 49.98 -
YUV 191.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 202 188 179 0 0.07 0.11 0.21 23.48 0.18 0.75
Hex CA BC B3 0 7 B 15 17 12 4B
Octal 312 274 263 0 7 13 25 27 22 113
Binary 11001010 10111100 10110011 0 111 1011 10101 10111 10010 1001011

Color Harmonies of #CABCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCB3

Black with #CABCB3

Text Example


Text Example

White with #CABCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCB3; }

 p { color: rgb(202,188,179); }

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

background-color css

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

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

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

border-color css

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

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

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