Html Css Color HEX #CCC6B4 Parchment

📋 copy color: '#CCC6B4'

red 204 ◦ green 198 ◦ blue 180

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

Shades of Parchment #CCC6B4

Tints of Parchment #CCC6B4

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.02%

 BLUE value IS 180 (70.7% from 255) = 30.93%

R = 35.05%
G = 34.02%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCC6B4 (or 0xCCC6B4) is known color: Parchment. HEX triplet: CC, C6 and B4. RGB value is (204,198,180). Sum of RGB (Red+Green+Blue) = 204+198+180=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6B4 is #33394B. Grayscale: #C5C5C5. Windows color (decimal): -3357004 or 11847372. OLE color: 11847372.

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

Color convert

RGB 204 198 180 -
CMYK 0 0.03 0.12 0.2
HSL 45º 0.19% 0.75% -
HSV(B) 45º 0.12% 0.8% -
XYZ 53.33 56.52 51.28 -
YUV 197.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 204 198 180 0 0.03 0.12 0.2 45 0.19 0.75
Hex CC C6 B4 0 3 C 14 2D 13 4B
Octal 314 306 264 0 3 14 24 55 23 113
Binary 11001100 11000110 10110100 0 11 1100 10100 101101 10011 1001011

Color Harmonies of #CCC6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6B4

Black with #CCC6B4

Text Example


Text Example

White with #CCC6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6B4; }

 p { color: rgb(204,198,180); }

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

background-color css

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

 a { background-color: rgb(204,198,180); }

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

border-color css

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

 span { border-color: rgb(204,198,180); }

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