Html Css Color HEX #CCCAC0 Quill Grey

📋 copy color: '#CCCAC0'

red 204 ◦ green 202 ◦ blue 192

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

Shades of Quill Grey #CCCAC0

Tints of Quill Grey #CCCAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.78%

 BLUE value IS 192 (75.39% from 255) = 32.11%

R = 34.11%
G = 33.78%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCCAC0 (or 0xCCCAC0) is known color: Quill Grey. HEX triplet: CC, CA and C0. RGB value is (204,202,192). Sum of RGB (Red+Green+Blue) = 204+202+192=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC0 is #33353F. Grayscale: #C9C9C9. Windows color (decimal): -3355968 or 12634828. OLE color: 12634828.

HSL color Cylindrical-coordinate representation of color #CCCAC0: hue angle of 50º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCAC0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 192 -
CMYK 0 0.01 0.06 0.2
HSL 50º 0.11% 0.78% -
HSV(B) 50º 0.06% 0.8% -
XYZ 55.54 58.88 58.31 -
YUV 201.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 204 202 192 0 0.01 0.06 0.2 50 0.11 0.78
Hex CC CA C0 0 1 6 14 32 B 4E
Octal 314 312 300 0 1 6 24 62 13 116
Binary 11001100 11001010 11000000 0 1 110 10100 110010 1011 1001110

Color Harmonies of #CCCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAC0

Black with #CCCAC0

Text Example


Text Example

White with #CCCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAC0; }

 p { color: rgb(204,202,192); }

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

background-color css

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

 a { background-color: rgb(204,202,192); }

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

border-color css

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

 span { border-color: rgb(204,202,192); }

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