Html Css Color HEX #CBC3AB Parchment

📋 copy color: '#CBC3AB'

red 203 ◦ green 195 ◦ blue 171

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

Shades of Parchment #CBC3AB

Tints of Parchment #CBC3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

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

R = 35.68%
G = 34.27%
B = 30.05%

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

#CBC3AB (or 0xCBC3AB) is known color: Parchment. HEX triplet: CB, C3 and AB. RGB value is (203,195,171). Sum of RGB (Red+Green+Blue) = 203+195+171=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3AB is #343C54. Grayscale: #C2C2C2. Windows color (decimal): -3423317 or 11256779. OLE color: 11256779.

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

Color convert

RGB 203 195 171 -
CMYK 0 0.04 0.16 0.20
HSL 45º 0.24% 0.73% -
HSV(B) 45º 0.16% 0.8% -
XYZ 51.49 54.67 46.37 -
YUV 194.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 203 195 171 0 0.04 0.16 0.20 45 0.24 0.73
Hex CB C3 AB 0 4 10 14 2D 18 49
Octal 313 303 253 0 4 20 24 55 30 111
Binary 11001011 11000011 10101011 0 100 10000 10100 101101 11000 1001001

Color Harmonies of #CBC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC3AB

Black with #CBC3AB

Text Example


Text Example

White with #CBC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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