Html Css Color HEX #CCC5A5 Parchment

📋 copy color: '#CCC5A5'

red 204 ◦ green 197 ◦ blue 165

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

Shades of Parchment #CCC5A5

Tints of Parchment #CCC5A5

RGB

 RED value IS 204 (80.08% from 255) = 36.04%

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

 BLUE value IS 165 (64.84% from 255) = 29.15%

R = 36.04%
G = 34.81%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCC5A5 (or 0xCCC5A5) is known color: Parchment. HEX triplet: CC, C5 and A5. RGB value is (204,197,165). Sum of RGB (Red+Green+Blue) = 204+197+165=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC5A5 is #333A5A. Grayscale: #C3C3C3. Windows color (decimal): -3357275 or 10864076. OLE color: 10864076.

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

Color convert

RGB 204 197 165 -
CMYK 0 0.03 0.19 0.2
HSL 49.23º 0.28% 0.72% -
HSV(B) 49.23º 0.19% 0.8% -
XYZ 51.66 55.49 43.58 -
YUV 195.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 204 197 165 0 0.03 0.19 0.2 49.23 0.28 0.72
Hex CC C5 A5 0 3 13 14 31 1C 48
Octal 314 305 245 0 3 23 24 61 34 110
Binary 11001100 11000101 10100101 0 11 10011 10100 110001 11100 1001000

Color Harmonies of #CCC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5A5

Black with #CCC5A5

Text Example


Text Example

White with #CCC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5A5; }

 p { color: rgb(204,197,165); }

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

background-color css

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

 a { background-color: rgb(204,197,165); }

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

border-color css

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

 span { border-color: rgb(204,197,165); }

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