#C9CDC4

Color #C9CDC4 Grey Nurse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nurse #C9CDC4

Tints of Grey Nurse #C9CDC4

Color information

#C9CDC4 (or 0xC9CDC4) is unknown color: approx Grey Nurse. HEX triplet: C9, CD and C4. RGB value is (201,205,196). Sum of RGB (Red+Green+Blue) = 201+205+196=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDC4 is #36323B. Grayscale: #CACACA. Windows color (decimal): -3551804 or 12897737. OLE color: 12897737.

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

Color convert

RGB201205196-
CMYK0.0200.040.20
HSL86.67º8.26%78.63%-
HSV(B)86.67º4.39%80.39%-
XYZ55.8860.0760.87-
YUV202.78124.17126.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 196 (76.95% from 255) = 32.56%
R=33.39%
G=34.05%
B=32.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051960.0200.040.2086.678.2678.63
HexC9CDC4204145784f
Octal3113153042042412710117
Binary11001001110011011100010010010010100101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDC4; }

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

 H1.HeaderClassName
 {
   color: #C9CDC4;
 }
 .AnyTagClassName
 {
   color: #C9CDC4;
 }
</style>
background-color css

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

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

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

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

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

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