Html Css Color HEX #C18B79 Brandy Rose

📋 copy color: '#C18B79'

red 193 ◦ green 139 ◦ blue 121

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

Shades of Brandy Rose #C18B79

Tints of Brandy Rose #C18B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

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

R = 42.6%
G = 30.68%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C18B79 (or 0xC18B79) is known color: Brandy Rose. HEX triplet: C1, 8B and 79. RGB value is (193,139,121). Sum of RGB (Red+Green+Blue) = 193+139+121=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B79 is #3E7486. Grayscale: #999999. Windows color (decimal): -4093063 or 7965633. OLE color: 7965633.

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

Color convert

RGB 193 139 121 -
CMYK 0 0.28 0.37 0.24
HSL 15º 0.37% 0.62% -
HSV(B) 15º 0.37% 0.76% -
XYZ 34.68 31.18 22.28 -
YUV 153.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 193 139 121 0 0.28 0.37 0.24 15 0.37 0.62
Hex C1 8B 79 0 1C 25 18 F 25 3E
Octal 301 213 171 0 34 45 30 17 45 76
Binary 11000001 10001011 1111001 0 11100 100101 11000 1111 100101 111110

Color Harmonies of #C18B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B79

Black with #C18B79

Text Example


Text Example

White with #C18B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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