#CBC3B1

Color #CBC3B1 Parchment (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parchment #CBC3B1

Tints of Parchment #CBC3B1

Color information

#CBC3B1 (or 0xCBC3B1) is unknown color: approx Parchment. HEX triplet: CB, C3 and B1. RGB value is (203,195,177). Sum of RGB (Red+Green+Blue) = 203+195+177=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3B1 is #343C4E. Grayscale: #C3C3C3. Windows color (decimal): -3423311 or 11649995. OLE color: 11649995.

HSL color Cylindrical-coordinate representation of color #CBC3B1: hue angle of 41.54º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC3B1 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203195177-
CMYK00.040.130.20
HSL41.54º20%74.51%-
HSV(B)41.54º12.81%79.61%-
XYZ52.0854.949.45-
YUV195.34117.65133.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 177 (69.53% from 255) = 30.78%
R=35.30%
G=33.91%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319517700.040.130.2041.542074.51
HexCBC3B104D142a144b
Octal3133032610415245224113
Binary1100101111000011101100010100110110100101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3B1; }

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

 H1.HeaderClassName
 {
   color: #CBC3B1;
 }
 .AnyTagClassName
 {
   color: #CBC3B1;
 }
</style>
background-color css

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

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

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

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

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

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