Html Css Color HEX #FF9CC0 Carnation Pink

📋 copy color: '#FF9CC0'

red 255 ◦ green 156 ◦ blue 192

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

Shades of Carnation Pink #FF9CC0

Tints of Carnation Pink #FF9CC0

RGB

 RED value IS 255 (100% from 255) = 42.29%

 GREEN value IS 156 (61.33% from 255) = 25.87%

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 42.29%
G = 25.87%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF9CC0 (or 0xFF9CC0) is known color: Carnation Pink. HEX triplet: FF, 9C and C0. RGB value is (255,156,192). Sum of RGB (Red+Green+Blue) = 255+156+192=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC0 is #00633F. Grayscale: #BDBDBD. Windows color (decimal): -25408 or 12623103. OLE color: 12623103.

HSL color Cylindrical-coordinate representation of color #FF9CC0: hue angle of 338.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CC0 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 156 192 -
CMYK 0 0.39 0.25 0
HSL 338.18º 1% 0.81% -
HSV(B) 338.18º 0.39% 1% -
XYZ 62.64 48.84 56 -
YUV 189.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 255 156 192 0 0.39 0.25 0 338.18 1 0.81
Hex FF 9C C0 0 27 19 0 152 64 51
Octal 377 234 300 0 47 31 0 522 144 121
Binary 11111111 10011100 11000000 0 100111 11001 0 101010010 1100100 1010001

Color Harmonies of #FF9CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9CC0

Black with #FF9CC0

Text Example


Text Example

White with #FF9CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9CC0; }

 p { color: rgb(255,156,192); }

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

background-color css

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

 a { background-color: rgb(255,156,192); }

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

border-color css

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

 span { border-color: rgb(255,156,192); }

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