Html Css Color HEX #C18D79 Brandy Rose

📋 copy color: '#C18D79'

red 193 ◦ green 141 ◦ blue 121

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

Shades of Brandy Rose #C18D79

Tints of Brandy Rose #C18D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.99%

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

R = 42.42%
G = 30.99%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C18D79 (or 0xC18D79) is known color: Brandy Rose. HEX triplet: C1, 8D and 79. RGB value is (193,141,121). Sum of RGB (Red+Green+Blue) = 193+141+121=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D79 is #3E7286. Grayscale: #9A9A9A. Windows color (decimal): -4092551 or 7966145. OLE color: 7966145.

HSL color Cylindrical-coordinate representation of color #C18D79: hue angle of 16.67º 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 #C18D79 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 121 -
CMYK 0 0.27 0.37 0.24
HSL 16.67º 0.37% 0.62% -
HSV(B) 16.67º 0.37% 0.76% -
XYZ 34.97 31.77 22.38 -
YUV 154.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 193 141 121 0 0.27 0.37 0.24 16.67 0.37 0.62
Hex C1 8D 79 0 1B 25 18 11 25 3E
Octal 301 215 171 0 33 45 30 21 45 76
Binary 11000001 10001101 1111001 0 11011 100101 11000 10001 100101 111110

Color Harmonies of #C18D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D79

Black with #C18D79

Text Example


Text Example

White with #C18D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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