Html Css Color HEX #CBC5AC Parchment

📋 copy color: '#CBC5AC'

red 203 ◦ green 197 ◦ blue 172

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

Shades of Parchment #CBC5AC

Tints of Parchment #CBC5AC

RGB

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

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

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

R = 35.49%
G = 34.44%
B = 30.07%

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

#CBC5AC (or 0xCBC5AC) is known color: Parchment. HEX triplet: CB, C5 and AC. RGB value is (203,197,172). Sum of RGB (Red+Green+Blue) = 203+197+172=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AC is #343A53. Grayscale: #C4C4C4. Windows color (decimal): -3422804 or 11322827. OLE color: 11322827.

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

Color convert

RGB 203 197 172 -
CMYK 0 0.03 0.15 0.20
HSL 48.39º 0.23% 0.74% -
HSV(B) 48.39º 0.15% 0.8% -
XYZ 52.04 55.61 47.02 -
YUV 195.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 203 197 172 0 0.03 0.15 0.20 48.39 0.23 0.74
Hex CB C5 AC 0 3 F 14 30 17 4A
Octal 313 305 254 0 3 17 24 60 27 112
Binary 11001011 11000101 10101100 0 11 1111 10100 110000 10111 1001010

Color Harmonies of #CBC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5AC

Black with #CBC5AC

Text Example


Text Example

White with #CBC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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