Html Css Color HEX #C1806E Brandy Rose

📋 copy color: '#C1806E'

red 193 ◦ green 128 ◦ blue 110

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

Shades of Brandy Rose #C1806E

Tints of Brandy Rose #C1806E

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

 GREEN value IS 128 (50.39% from 255) = 29.7%

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 44.78%
G = 29.7%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1806E (or 0xC1806E) is known color: Brandy Rose. HEX triplet: C1, 80 and 6E. RGB value is (193,128,110). Sum of RGB (Red+Green+Blue) = 193+128+110=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1806E is #3E7F91. Grayscale: #919191. Windows color (decimal): -4095890 or 7241921. OLE color: 7241921.

HSL color Cylindrical-coordinate representation of color #C1806E: hue angle of 13.01º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1806E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 110 -
CMYK 0 0.34 0.43 0.24
HSL 13.01º 0.4% 0.59% -
HSV(B) 13.01º 0.43% 0.76% -
XYZ 32.53 27.9 18.42 -
YUV 145.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 193 128 110 0 0.34 0.43 0.24 13.01 0.4 0.59
Hex C1 80 6E 0 22 2B 18 D 28 3B
Octal 301 200 156 0 42 53 30 15 50 73
Binary 11000001 10000000 1101110 0 100010 101011 11000 1101 101000 111011

Color Harmonies of #C1806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1806E

Black with #C1806E

Text Example


Text Example

White with #C1806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1806E; }

 p { color: rgb(193,128,110); }

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

background-color css

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

 a { background-color: rgb(193,128,110); }

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

border-color css

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

 span { border-color: rgb(193,128,110); }

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