Html Css Color HEX #CBC5A9 Parchment

📋 copy color: '#CBC5A9'

red 203 ◦ green 197 ◦ blue 169

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

Shades of Parchment #CBC5A9

Tints of Parchment #CBC5A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.7%

R = 35.68%
G = 34.62%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CBC5A9 (or 0xCBC5A9) is known color: Parchment. HEX triplet: CB, C5 and A9. RGB value is (203,197,169). Sum of RGB (Red+Green+Blue) = 203+197+169=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5A9 is #343A56. Grayscale: #C3C3C3. Windows color (decimal): -3422807 or 11126219. OLE color: 11126219.

HSL color Cylindrical-coordinate representation of color #CBC5A9: hue angle of 49.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC5A9 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 169 -
CMYK 0 0.03 0.17 0.20
HSL 49.41º 0.25% 0.73% -
HSV(B) 49.41º 0.17% 0.8% -
XYZ 51.76 55.49 45.52 -
YUV 195.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 203 197 169 0 0.03 0.17 0.20 49.41 0.25 0.73
Hex CB C5 A9 0 3 11 14 31 19 49
Octal 313 305 251 0 3 21 24 61 31 111
Binary 11001011 11000101 10101001 0 11 10001 10100 110001 11001 1001001

Color Harmonies of #CBC5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5A9

Black with #CBC5A9

Text Example


Text Example

White with #CBC5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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