Html Css Color HEX #CABCB6 Pale Slate

📋 copy color: '#CABCB6'

red 202 ◦ green 188 ◦ blue 182

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

Shades of Pale Slate #CABCB6

Tints of Pale Slate #CABCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 35.31%
G = 32.87%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CABCB6 (or 0xCABCB6) is known color: Pale Slate. HEX triplet: CA, BC and B6. RGB value is (202,188,182). Sum of RGB (Red+Green+Blue) = 202+188+182=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCB6 is #354349. Grayscale: #BFBFBF. Windows color (decimal): -3490634 or 11975882. OLE color: 11975882.

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

Color convert

RGB 202 188 182 -
CMYK 0 0.07 0.10 0.21
HSL 18º 0.16% 0.75% -
HSV(B) 18º 0.1% 0.79% -
XYZ 50.78 51.9 51.6 -
YUV 191.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 202 188 182 0 0.07 0.10 0.21 18 0.16 0.75
Hex CA BC B6 0 7 A 15 12 10 4B
Octal 312 274 266 0 7 12 25 22 20 113
Binary 11001010 10111100 10110110 0 111 1010 10101 10010 10000 1001011

Color Harmonies of #CABCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCB6

Black with #CABCB6

Text Example


Text Example

White with #CABCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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