Html Css Color HEX #CBABAC Pale Chestnut

📋 copy color: '#CBABAC'

red 203 ◦ green 171 ◦ blue 172

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

Shades of Pale Chestnut #CBABAC

Tints of Pale Chestnut #CBABAC

RGB

 RED value IS 203 (79.69% from 255) = 37.18%

 GREEN value IS 171 (67.19% from 255) = 31.32%

 BLUE value IS 172 (67.58% from 255) = 31.5%

R = 37.18%
G = 31.32%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBABAC (or 0xCBABAC) is known color: Pale Chestnut. HEX triplet: CB, AB and AC. RGB value is (203,171,172). Sum of RGB (Red+Green+Blue) = 203+171+172=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAC is #345453. Grayscale: #B4B4B4. Windows color (decimal): -3429460 or 11316171. OLE color: 11316171.

HSL color Cylindrical-coordinate representation of color #CBABAC: hue angle of 358.12º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBABAC is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 172 -
CMYK 0 0.16 0.15 0.20
HSL 358.13º 0.24% 0.73% -
HSV(B) 358.13º 0.16% 0.8% -
XYZ 46.64 44.8 45.22 -
YUV 180.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 203 171 172 0 0.16 0.15 0.20 358.13 0.24 0.73
Hex CB AB AC 0 10 F 14 166 18 49
Octal 313 253 254 0 20 17 24 546 30 111
Binary 11001011 10101011 10101100 0 10000 1111 10100 101100110 11000 1001001

Color Harmonies of #CBABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABAC

Black with #CBABAC

Text Example


Text Example

White with #CBABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABAC; }

 p { color: rgb(203,171,172); }

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

background-color css

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

 a { background-color: rgb(203,171,172); }

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

border-color css

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

 span { border-color: rgb(203,171,172); }

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