Html Css Color HEX #CBC5B2 Parchment

📋 copy color: '#CBC5B2'

red 203 ◦ green 197 ◦ blue 178

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

Shades of Parchment #CBC5B2

Tints of Parchment #CBC5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.8%

R = 35.12%
G = 34.08%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CBC5B2 (or 0xCBC5B2) is known color: Parchment. HEX triplet: CB, C5 and B2. RGB value is (203,197,178). Sum of RGB (Red+Green+Blue) = 203+197+178=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5B2 is #343A4D. Grayscale: #C4C4C4. Windows color (decimal): -3422798 or 11716043. OLE color: 11716043.

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

Color convert

RGB 203 197 178 -
CMYK 0 0.03 0.12 0.20
HSL 45.6º 0.19% 0.75% -
HSV(B) 45.6º 0.12% 0.8% -
XYZ 52.63 55.84 50.12 -
YUV 196.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 203 197 178 0 0.03 0.12 0.20 45.6 0.19 0.75
Hex CB C5 B2 0 3 C 14 2E 13 4B
Octal 313 305 262 0 3 14 24 56 23 113
Binary 11001011 11000101 10110010 0 11 1100 10100 101110 10011 1001011

Color Harmonies of #CBC5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5B2

Black with #CBC5B2

Text Example


Text Example

White with #CBC5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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