Html Css Color HEX #CBC2AC Parchment

📋 copy color: '#CBC2AC'

red 203 ◦ green 194 ◦ blue 172

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

Shades of Parchment #CBC2AC

Tints of Parchment #CBC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 35.68%
G = 34.09%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBC2AC (or 0xCBC2AC) is known color: Parchment. HEX triplet: CB, C2 and AC. RGB value is (203,194,172). Sum of RGB (Red+Green+Blue) = 203+194+172=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AC is #343D53. Grayscale: #C2C2C2. Windows color (decimal): -3423572 or 11322059. OLE color: 11322059.

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

Color convert

RGB 203 194 172 -
CMYK 0 0.04 0.15 0.20
HSL 42.58º 0.23% 0.74% -
HSV(B) 42.58º 0.15% 0.8% -
XYZ 51.37 54.26 46.8 -
YUV 194.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 203 194 172 0 0.04 0.15 0.20 42.58 0.23 0.74
Hex CB C2 AC 0 4 F 14 2B 17 4A
Octal 313 302 254 0 4 17 24 53 27 112
Binary 11001011 11000010 10101100 0 100 1111 10100 101011 10111 1001010

Color Harmonies of #CBC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2AC

Black with #CBC2AC

Text Example


Text Example

White with #CBC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2AC; }

 p { color: rgb(203,194,172); }

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

background-color css

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

 a { background-color: rgb(203,194,172); }

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

border-color css

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

 span { border-color: rgb(203,194,172); }

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