Html Css Color HEX #CCC6B3 Parchment

📋 copy color: '#CCC6B3'

red 204 ◦ green 198 ◦ blue 179

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

Shades of Parchment #CCC6B3

Tints of Parchment #CCC6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.81%

R = 35.11%
G = 34.08%
B = 30.81%

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

#CCC6B3 (or 0xCCC6B3) is known color: Parchment. HEX triplet: CC, C6 and B3. RGB value is (204,198,179). Sum of RGB (Red+Green+Blue) = 204+198+179=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6B3 is #33394C. Grayscale: #C5C5C5. Windows color (decimal): -3357005 or 11781836. OLE color: 11781836.

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

Color convert

RGB 204 198 179 -
CMYK 0 0.03 0.12 0.2
HSL 45.6º 0.2% 0.75% -
HSV(B) 45.6º 0.12% 0.8% -
XYZ 53.23 56.48 50.74 -
YUV 197.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 204 198 179 0 0.03 0.12 0.2 45.6 0.2 0.75
Hex CC C6 B3 0 3 C 14 2E 14 4B
Octal 314 306 263 0 3 14 24 56 24 113
Binary 11001100 11000110 10110011 0 11 1100 10100 101110 10100 1001011

Color Harmonies of #CCC6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6B3

Black with #CCC6B3

Text Example


Text Example

White with #CCC6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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