Html Css Color HEX #CBC2AE Parchment

📋 copy color: '#CBC2AE'

red 203 ◦ green 194 ◦ blue 174

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

Shades of Parchment #CBC2AE

Tints of Parchment #CBC2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.47%

R = 35.55%
G = 33.98%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CBC2AE (or 0xCBC2AE) is known color: Parchment. HEX triplet: CB, C2 and AE. RGB value is (203,194,174). Sum of RGB (Red+Green+Blue) = 203+194+174=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AE is #343D51. Grayscale: #C2C2C2. Windows color (decimal): -3423570 or 11453131. OLE color: 11453131.

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

Color convert

RGB 203 194 174 -
CMYK 0 0.04 0.14 0.20
HSL 41.38º 0.22% 0.74% -
HSV(B) 41.38º 0.14% 0.8% -
XYZ 51.56 54.34 47.81 -
YUV 194.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 203 194 174 0 0.04 0.14 0.20 41.38 0.22 0.74
Hex CB C2 AE 0 4 E 14 29 16 4A
Octal 313 302 256 0 4 16 24 51 26 112
Binary 11001011 11000010 10101110 0 100 1110 10100 101001 10110 1001010

Color Harmonies of #CBC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2AE

Black with #CBC2AE

Text Example


Text Example

White with #CBC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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