Html Css Color HEX #C9C6CA Prelude

📋 copy color: '#C9C6CA'

red 201 ◦ green 198 ◦ blue 202

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

Shades of Prelude #C9C6CA

Tints of Prelude #C9C6CA

RGB

 RED value IS 201 (78.91% from 255) = 33.44%

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

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 33.44%
G = 32.95%
B = 33.61%

CMYK

 C value IS 0.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C9C6CA (or 0xC9C6CA) is known color: Prelude. HEX triplet: C9, C6 and CA. RGB value is (201,198,202). Sum of RGB (Red+Green+Blue) = 201+198+202=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6CA is #363935. Grayscale: #C7C7C7. Windows color (decimal): -3553590 or 13289161. OLE color: 13289161.

HSL color Cylindrical-coordinate representation of color #C9C6CA: hue angle of 285º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9C6CA is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 198 202 -
CMYK 0.00 0.02 0 0.21
HSL 285º 0.04% 0.78% -
HSV(B) 285º 0.02% 0.79% -
XYZ 54.94 57.07 64 -
YUV 199.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 201 198 202 0.00 0.02 0 0.21 285 0.04 0.78
Hex C9 C6 CA 0 2 0 15 11D 4 4E
Octal 311 306 312 0 2 0 25 435 4 116
Binary 11001001 11000110 11001010 0 10 0 10101 100011101 100 1001110

Color Harmonies of #C9C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6CA

Black with #C9C6CA

Text Example


Text Example

White with #C9C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6CA; }

 p { color: rgb(201,198,202); }

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

background-color css

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

 a { background-color: rgb(201,198,202); }

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

border-color css

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

 span { border-color: rgb(201,198,202); }

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