Html Css Color HEX #C18079 Brandy Rose

📋 copy color: '#C18079'

red 193 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #C18079

Tints of Brandy Rose #C18079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 43.67%
G = 28.96%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C18079 (or 0xC18079) is known color: Brandy Rose. HEX triplet: C1, 80 and 79. RGB value is (193,128,121). Sum of RGB (Red+Green+Blue) = 193+128+121=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C18079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18079 is #3E7F86. Grayscale: #929292. Windows color (decimal): -4095879 or 7962817. OLE color: 7962817.

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

Color convert

RGB 193 128 121 -
CMYK 0 0.34 0.37 0.24
HSL 5.83º 0.37% 0.62% -
HSV(B) 5.83º 0.37% 0.76% -
XYZ 33.16 28.16 21.78 -
YUV 146.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 193 128 121 0 0.34 0.37 0.24 5.83 0.37 0.62
Hex C1 80 79 0 22 25 18 6 25 3E
Octal 301 200 171 0 42 45 30 6 45 76
Binary 11000001 10000000 1111001 0 100010 100101 11000 110 100101 111110

Color Harmonies of #C18079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18079

Black with #C18079

Text Example


Text Example

White with #C18079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18079; }

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

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

background-color css

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

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

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

border-color css

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

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

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