Html Css Color HEX #C18679 Brandy Rose

📋 copy color: '#C18679'

red 193 ◦ green 134 ◦ blue 121

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

Shades of Brandy Rose #C18679

Tints of Brandy Rose #C18679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

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

R = 43.08%
G = 29.91%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C18679 (or 0xC18679) is known color: Brandy Rose. HEX triplet: C1, 86 and 79. RGB value is (193,134,121). Sum of RGB (Red+Green+Blue) = 193+134+121=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C18679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18679 is #3E7986. Grayscale: #969696. Windows color (decimal): -4094343 or 7964353. OLE color: 7964353.

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

Color convert

RGB 193 134 121 -
CMYK 0 0.31 0.37 0.24
HSL 10.83º 0.37% 0.62% -
HSV(B) 10.83º 0.37% 0.76% -
XYZ 33.97 29.77 22.04 -
YUV 150.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 193 134 121 0 0.31 0.37 0.24 10.83 0.37 0.62
Hex C1 86 79 0 1F 25 18 B 25 3E
Octal 301 206 171 0 37 45 30 13 45 76
Binary 11000001 10000110 1111001 0 11111 100101 11000 1011 100101 111110

Color Harmonies of #C18679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18679

Black with #C18679

Text Example


Text Example

White with #C18679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18679; }

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

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

background-color css

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

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

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

border-color css

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

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

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