Html Css Color HEX #CBC3AA Parchment

📋 copy color: '#CBC3AA'

red 203 ◦ green 195 ◦ blue 170

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

Shades of Parchment #CBC3AA

Tints of Parchment #CBC3AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.93%

R = 35.74%
G = 34.33%
B = 29.93%

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

#CBC3AA (or 0xCBC3AA) is known color: Parchment. HEX triplet: CB, C3 and AA. RGB value is (203,195,170). Sum of RGB (Red+Green+Blue) = 203+195+170=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3AA is #343C55. Grayscale: #C2C2C2. Windows color (decimal): -3423318 or 11191243. OLE color: 11191243.

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

Color convert

RGB 203 195 170 -
CMYK 0 0.04 0.16 0.20
HSL 45.45º 0.24% 0.73% -
HSV(B) 45.45º 0.16% 0.8% -
XYZ 51.4 54.63 45.87 -
YUV 194.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 203 195 170 0 0.04 0.16 0.20 45.45 0.24 0.73
Hex CB C3 AA 0 4 10 14 2D 18 49
Octal 313 303 252 0 4 20 24 55 30 111
Binary 11001011 11000011 10101010 0 100 10000 10100 101101 11000 1001001

Color Harmonies of #CBC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC3AA

Black with #CBC3AA

Text Example


Text Example

White with #CBC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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