Html Css Color HEX #FFC9C9 Cosmos

📋 copy color: '#FFC9C9'

red 255 ◦ green 201 ◦ blue 201

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

Shades of Cosmos #FFC9C9

Tints of Cosmos #FFC9C9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.59%

 BLUE value IS 201 (78.91% from 255) = 30.59%

R = 38.81%
G = 30.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFC9C9 (or 0xFFC9C9) is known color: Cosmos. HEX triplet: FF, C9 and C9. RGB value is (255,201,201). Sum of RGB (Red+Green+Blue) = 255+201+201=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9C9 is #003636. Grayscale: #D9D9D9. Windows color (decimal): -13879 or 13224447. OLE color: 13224447.

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

Color convert

RGB 255 201 201 -
CMYK 0 0.21 0.21 0
HSL 1% 0.89% -
HSV(B) 0.21% 1% -
XYZ 72.67 67.25 64.41 -
YUV 217.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 255 201 201 0 0.21 0.21 0 0 1 0.89
Hex FF C9 C9 0 15 15 0 0 64 59
Octal 377 311 311 0 25 25 0 0 144 131
Binary 11111111 11001001 11001001 0 10101 10101 0 0 1100100 1011001

Color Harmonies of #FFC9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9C9

Black with #FFC9C9

Text Example


Text Example

White with #FFC9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9C9; }

 p { color: rgb(255,201,201); }

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

background-color css

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

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

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

border-color css

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

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

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