Html Css Color HEX #CBC4AD Parchment

📋 copy color: '#CBC4AD'

red 203 ◦ green 196 ◦ blue 173

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

Shades of Parchment #CBC4AD

Tints of Parchment #CBC4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.27%

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 35.49%
G = 34.27%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBC4AD (or 0xCBC4AD) is known color: Parchment. HEX triplet: CB, C4 and AD. RGB value is (203,196,173). Sum of RGB (Red+Green+Blue) = 203+196+173=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4AD is #343B52. Grayscale: #C3C3C3. Windows color (decimal): -3423059 or 11388107. OLE color: 11388107.

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

Color convert

RGB 203 196 173 -
CMYK 0 0.03 0.15 0.20
HSL 46º 0.22% 0.74% -
HSV(B) 46º 0.15% 0.8% -
XYZ 51.91 55.19 47.45 -
YUV 195.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 203 196 173 0 0.03 0.15 0.20 46 0.22 0.74
Hex CB C4 AD 0 3 F 14 2E 16 4A
Octal 313 304 255 0 3 17 24 56 26 112
Binary 11001011 11000100 10101101 0 11 1111 10100 101110 10110 1001010

Color Harmonies of #CBC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC4AD

Black with #CBC4AD

Text Example


Text Example

White with #CBC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC4AD; }

 p { color: rgb(203,196,173); }

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

background-color css

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

 a { background-color: rgb(203,196,173); }

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

border-color css

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

 span { border-color: rgb(203,196,173); }

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