Html Css Color HEX #CBC5AB Parchment

📋 copy color: '#CBC5AB'

red 203 ◦ green 197 ◦ blue 171

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

Shades of Parchment #CBC5AB

Tints of Parchment #CBC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.5%

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

R = 35.55%
G = 34.5%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBC5AB (or 0xCBC5AB) is known color: Parchment. HEX triplet: CB, C5 and AB. RGB value is (203,197,171). Sum of RGB (Red+Green+Blue) = 203+197+171=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AB is #343A54. Grayscale: #C3C3C3. Windows color (decimal): -3422805 or 11257291. OLE color: 11257291.

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

Color convert

RGB 203 197 171 -
CMYK 0 0.03 0.16 0.20
HSL 48.75º 0.24% 0.73% -
HSV(B) 48.75º 0.16% 0.8% -
XYZ 51.95 55.57 46.52 -
YUV 195.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 203 197 171 0 0.03 0.16 0.20 48.75 0.24 0.73
Hex CB C5 AB 0 3 10 14 31 18 49
Octal 313 305 253 0 3 20 24 61 30 111
Binary 11001011 11000101 10101011 0 11 10000 10100 110001 11000 1001001

Color Harmonies of #CBC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5AB

Black with #CBC5AB

Text Example


Text Example

White with #CBC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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