Html Css Color HEX #CCC1C6 Twilight

📋 copy color: '#CCC1C6'

red 204 ◦ green 193 ◦ blue 198

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

Shades of Twilight #CCC1C6

Tints of Twilight #CCC1C6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.44%

 BLUE value IS 198 (77.73% from 255) = 33.28%

R = 34.29%
G = 32.44%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCC1C6 (or 0xCCC1C6) is known color: Twilight. HEX triplet: CC, C1 and C6. RGB value is (204,193,198). Sum of RGB (Red+Green+Blue) = 204+193+198=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1C6 is #333E39. Grayscale: #C4C4C4. Windows color (decimal): -3358266 or 13025740. OLE color: 13025740.

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

Color convert

RGB 204 193 198 -
CMYK 0 0.05 0.03 0.2
HSL 332.73º 0.1% 0.78% -
HSV(B) 332.73º 0.05% 0.8% -
XYZ 54.16 55.05 61.2 -
YUV 196.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 204 193 198 0 0.05 0.03 0.2 332.73 0.1 0.78
Hex CC C1 C6 0 5 3 14 14D A 4E
Octal 314 301 306 0 5 3 24 515 12 116
Binary 11001100 11000001 11000110 0 101 11 10100 101001101 1010 1001110

Color Harmonies of #CCC1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1C6

Black with #CCC1C6

Text Example


Text Example

White with #CCC1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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