Html Css Color HEX #C9C4CA Prelude

📋 copy color: '#C9C4CA'

red 201 ◦ green 196 ◦ blue 202

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

Shades of Prelude #C9C4CA

Tints of Prelude #C9C4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.72%

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

R = 33.56%
G = 32.72%
B = 33.72%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C9C4CA (or 0xC9C4CA) is known color: Prelude. HEX triplet: C9, C4 and CA. RGB value is (201,196,202). Sum of RGB (Red+Green+Blue) = 201+196+202=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4CA is #363B35. Grayscale: #C6C6C6. Windows color (decimal): -3554102 or 13288649. OLE color: 13288649.

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

Color convert

RGB 201 196 202 -
CMYK 0.00 0.03 0 0.21
HSL 290º 0.05% 0.78% -
HSV(B) 290º 0.03% 0.79% -
XYZ 54.49 56.16 63.85 -
YUV 198.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 201 196 202 0.00 0.03 0 0.21 290 0.05 0.78
Hex C9 C4 CA 0 3 0 15 122 5 4E
Octal 311 304 312 0 3 0 25 442 5 116
Binary 11001001 11000100 11001010 0 11 0 10101 100100010 101 1001110

Color Harmonies of #C9C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C4CA

Black with #C9C4CA

Text Example


Text Example

White with #C9C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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