Html Css Color HEX #C18174 Brandy Rose

📋 copy color: '#C18174'

red 193 ◦ green 129 ◦ blue 116

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

Shades of Brandy Rose #C18174

Tints of Brandy Rose #C18174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 44.06%
G = 29.45%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C18174 (or 0xC18174) is known color: Brandy Rose. HEX triplet: C1, 81 and 74. RGB value is (193,129,116). Sum of RGB (Red+Green+Blue) = 193+129+116=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C18174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18174 is #3E7E8B. Grayscale: #929292. Windows color (decimal): -4095628 or 7635393. OLE color: 7635393.

HSL color Cylindrical-coordinate representation of color #C18174: hue angle of 10.13º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18174 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 116 -
CMYK 0 0.33 0.40 0.24
HSL 10.13º 0.38% 0.61% -
HSV(B) 10.13º 0.4% 0.76% -
XYZ 32.99 28.3 20.25 -
YUV 146.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 193 129 116 0 0.33 0.40 0.24 10.13 0.38 0.61
Hex C1 81 74 0 21 28 18 A 26 3D
Octal 301 201 164 0 41 50 30 12 46 75
Binary 11000001 10000001 1110100 0 100001 101000 11000 1010 100110 111101

Color Harmonies of #C18174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18174

Black with #C18174

Text Example


Text Example

White with #C18174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18174; }

 p { color: rgb(193,129,116); }

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

background-color css

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

 a { background-color: rgb(193,129,116); }

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

border-color css

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

 span { border-color: rgb(193,129,116); }

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