Html Css Color HEX #CCC7BC Quill Grey

📋 copy color: '#CCC7BC'

red 204 ◦ green 199 ◦ blue 188

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

Shades of Quill Grey #CCC7BC

Tints of Quill Grey #CCC7BC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.67%

 BLUE value IS 188 (73.83% from 255) = 31.81%

R = 34.52%
G = 33.67%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCC7BC (or 0xCCC7BC) is known color: Quill Grey. HEX triplet: CC, C7 and BC. RGB value is (204,199,188). Sum of RGB (Red+Green+Blue) = 204+199+188=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7BC is #333843. Grayscale: #C7C7C7. Windows color (decimal): -3356740 or 12371916. OLE color: 12371916.

HSL color Cylindrical-coordinate representation of color #CCC7BC: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC7BC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 188 -
CMYK 0 0.02 0.08 0.2
HSL 41.25º 0.14% 0.77% -
HSV(B) 41.25º 0.08% 0.8% -
XYZ 54.4 57.32 55.77 -
YUV 199.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 204 199 188 0 0.02 0.08 0.2 41.25 0.14 0.77
Hex CC C7 BC 0 2 8 14 29 E 4D
Octal 314 307 274 0 2 10 24 51 16 115
Binary 11001100 11000111 10111100 0 10 1000 10100 101001 1110 1001101

Color Harmonies of #CCC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7BC

Black with #CCC7BC

Text Example


Text Example

White with #CCC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7BC; }

 p { color: rgb(204,199,188); }

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

background-color css

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

 a { background-color: rgb(204,199,188); }

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

border-color css

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

 span { border-color: rgb(204,199,188); }

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