Html Css Color HEX #CBC2AF Parchment

📋 copy color: '#CBC2AF'

red 203 ◦ green 194 ◦ blue 175

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

Shades of Parchment #CBC2AF

Tints of Parchment #CBC2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 35.49%
G = 33.92%
B = 30.59%

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

#CBC2AF (or 0xCBC2AF) is known color: Parchment. HEX triplet: CB, C2 and AF. RGB value is (203,194,175). Sum of RGB (Red+Green+Blue) = 203+194+175=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AF is #343D50. Grayscale: #C2C2C2. Windows color (decimal): -3423569 or 11518667. OLE color: 11518667.

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

Color convert

RGB 203 194 175 -
CMYK 0 0.04 0.14 0.20
HSL 40.71º 0.21% 0.74% -
HSV(B) 40.71º 0.14% 0.8% -
XYZ 51.66 54.38 48.33 -
YUV 194.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 203 194 175 0 0.04 0.14 0.20 40.71 0.21 0.74
Hex CB C2 AF 0 4 E 14 29 15 4A
Octal 313 302 257 0 4 16 24 51 25 112
Binary 11001011 11000010 10101111 0 100 1110 10100 101001 10101 1001010

Color Harmonies of #CBC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2AF

Black with #CBC2AF

Text Example


Text Example

White with #CBC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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