Html Css Color HEX #C9A094 Rose

📋 copy color: '#C9A094'

red 201 ◦ green 160 ◦ blue 148

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

Shades of Rose #C9A094

Tints of Rose #C9A094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.43%

 BLUE value IS 148 (58.2% from 255) = 29.08%

R = 39.49%
G = 31.43%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C9A094 (or 0xC9A094) is known color: Rose. HEX triplet: C9, A0 and 94. RGB value is (201,160,148). Sum of RGB (Red+Green+Blue) = 201+160+148=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A094 is #365F6B. Grayscale: #AAAAAA. Windows color (decimal): -3563372 or 9740489. OLE color: 9740489.

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

Color convert

RGB 201 160 148 -
CMYK 0 0.20 0.26 0.21
HSL 13.58º 0.33% 0.68% -
HSV(B) 13.58º 0.26% 0.79% -
XYZ 42 39.7 33.47 -
YUV 170.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 201 160 148 0 0.20 0.26 0.21 13.58 0.33 0.68
Hex C9 A0 94 0 14 1A 15 E 21 44
Octal 311 240 224 0 24 32 25 16 41 104
Binary 11001001 10100000 10010100 0 10100 11010 10101 1110 100001 1000100

Color Harmonies of #C9A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A094

Black with #C9A094

Text Example


Text Example

White with #C9A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A094; }

 p { color: rgb(201,160,148); }

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

background-color css

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

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

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

border-color css

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

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

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