Html Css Color HEX #C8A093 Rose

📋 copy color: '#C8A093'

red 200 ◦ green 160 ◦ blue 147

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

Shades of Rose #C8A093

Tints of Rose #C8A093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 39.45%
G = 31.56%
B = 28.99%

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

#C8A093 (or 0xC8A093) is known color: Rose. HEX triplet: C8, A0 and 93. RGB value is (200,160,147). Sum of RGB (Red+Green+Blue) = 200+160+147=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A093 is #375F6C. Grayscale: #AAAAAA. Windows color (decimal): -3628909 or 9674952. OLE color: 9674952.

HSL color Cylindrical-coordinate representation of color #C8A093: hue angle of 14.72º degrees, saturation: 0.33, 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 #C8A093 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 147 -
CMYK 0 0.2 0.26 0.22
HSL 14.72º 0.33% 0.68% -
HSV(B) 14.72º 0.27% 0.78% -
XYZ 41.66 39.53 33.04 -
YUV 170.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 200 160 147 0 0.2 0.26 0.22 14.72 0.33 0.68
Hex C8 A0 93 0 14 1A 16 F 21 44
Octal 310 240 223 0 24 32 26 17 41 104
Binary 11001000 10100000 10010011 0 10100 11010 10110 1111 100001 1000100

Color Harmonies of #C8A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A093

Black with #C8A093

Text Example


Text Example

White with #C8A093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A093; }

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

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

background-color css

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

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

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

border-color css

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

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

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