Html Css Color HEX #CCCAC2 Quill Grey

📋 copy color: '#CCCAC2'

red 204 ◦ green 202 ◦ blue 194

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

Shades of Quill Grey #CCCAC2

Tints of Quill Grey #CCCAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.33%

R = 34%
G = 33.67%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCCAC2 (or 0xCCCAC2) is known color: Quill Grey. HEX triplet: CC, CA and C2. RGB value is (204,202,194). Sum of RGB (Red+Green+Blue) = 204+202+194=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC2 is #33353D. Grayscale: #C9C9C9. Windows color (decimal): -3355966 or 12765900. OLE color: 12765900.

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

Color convert

RGB 204 202 194 -
CMYK 0 0.01 0.05 0.2
HSL 48º 0.09% 0.78% -
HSV(B) 48º 0.05% 0.8% -
XYZ 55.76 58.97 59.48 -
YUV 201.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 204 202 194 0 0.01 0.05 0.2 48 0.09 0.78
Hex CC CA C2 0 1 5 14 30 9 4E
Octal 314 312 302 0 1 5 24 60 11 116
Binary 11001100 11001010 11000010 0 1 101 10100 110000 1001 1001110

Color Harmonies of #CCCAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAC2

Black with #CCCAC2

Text Example


Text Example

White with #CCCAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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