Html Css Color HEX #C8A391 Rose

📋 copy color: '#C8A391'

red 200 ◦ green 163 ◦ blue 145

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

Shades of Rose #C8A391

Tints of Rose #C8A391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

 BLUE value IS 145 (57.03% from 255) = 28.54%

R = 39.37%
G = 32.09%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8A391 (or 0xC8A391) is known color: Rose. HEX triplet: C8, A3 and 91. RGB value is (200,163,145). Sum of RGB (Red+Green+Blue) = 200+163+145=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A391 is #375C6E. Grayscale: #ACACAC. Windows color (decimal): -3628143 or 9544648. OLE color: 9544648.

HSL color Cylindrical-coordinate representation of color #C8A391: hue angle of 19.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A391 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 145 -
CMYK 0 0.18 0.28 0.22
HSL 19.64º 0.33% 0.68% -
HSV(B) 19.64º 0.28% 0.78% -
XYZ 42.03 40.52 32.39 -
YUV 172.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 200 163 145 0 0.18 0.28 0.22 19.64 0.33 0.68
Hex C8 A3 91 0 12 1C 16 14 21 44
Octal 310 243 221 0 22 34 26 24 41 104
Binary 11001000 10100011 10010001 0 10010 11100 10110 10100 100001 1000100

Color Harmonies of #C8A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A391

Black with #C8A391

Text Example


Text Example

White with #C8A391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A391; }

 p { color: rgb(200,163,145); }

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

background-color css

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

 a { background-color: rgb(200,163,145); }

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

border-color css

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

 span { border-color: rgb(200,163,145); }

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