Html Css Color HEX #C8A094 Rose

📋 copy color: '#C8A094'

red 200 ◦ green 160 ◦ blue 148

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

Shades of Rose #C8A094

Tints of Rose #C8A094

RGB

 RED value IS 200 (78.52% from 255) = 39.37%

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

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

R = 39.37%
G = 31.5%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8A094 (or 0xC8A094) is known color: Rose. HEX triplet: C8, A0 and 94. RGB value is (200,160,148). Sum of RGB (Red+Green+Blue) = 200+160+148=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A094 is #375F6B. Grayscale: #AAAAAA. Windows color (decimal): -3628908 or 9740488. OLE color: 9740488.

HSL color Cylindrical-coordinate representation of color #C8A094: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A094 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 148 -
CMYK 0 0.2 0.26 0.22
HSL 13.85º 0.32% 0.68% -
HSV(B) 13.85º 0.26% 0.78% -
XYZ 41.74 39.56 33.45 -
YUV 170.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 200 160 148 0 0.2 0.26 0.22 13.85 0.32 0.68
Hex C8 A0 94 0 14 1A 16 E 20 44
Octal 310 240 224 0 24 32 26 16 40 104
Binary 11001000 10100000 10010100 0 10100 11010 10110 1110 100000 1000100

Color Harmonies of #C8A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A094

Black with #C8A094

Text Example


Text Example

White with #C8A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A094; }

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

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

background-color css

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

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

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

border-color css

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

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

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