Html Css Color HEX #CBC2AB Parchment

📋 copy color: '#CBC2AB'

red 203 ◦ green 194 ◦ blue 171

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

Shades of Parchment #CBC2AB

Tints of Parchment #CBC2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 35.74%
G = 34.15%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBC2AB (or 0xCBC2AB) is known color: Parchment. HEX triplet: CB, C2 and AB. RGB value is (203,194,171). Sum of RGB (Red+Green+Blue) = 203+194+171=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AB is #343D54. Grayscale: #C2C2C2. Windows color (decimal): -3423573 or 11256523. OLE color: 11256523.

HSL color Cylindrical-coordinate representation of color #CBC2AB: hue angle of 43.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 #CBC2AB is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 171 -
CMYK 0 0.04 0.16 0.20
HSL 43.13º 0.24% 0.73% -
HSV(B) 43.13º 0.16% 0.8% -
XYZ 51.27 54.22 46.29 -
YUV 194.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 203 194 171 0 0.04 0.16 0.20 43.13 0.24 0.73
Hex CB C2 AB 0 4 10 14 2B 18 49
Octal 313 302 253 0 4 20 24 53 30 111
Binary 11001011 11000010 10101011 0 100 10000 10100 101011 11000 1001001

Color Harmonies of #CBC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2AB

Black with #CBC2AB

Text Example


Text Example

White with #CBC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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