Html Css Color HEX #C18372 Brandy Rose

📋 copy color: '#C18372'

red 193 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #C18372

Tints of Brandy Rose #C18372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 44.06%
G = 29.91%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C18372 (or 0xC18372) is known color: Brandy Rose. HEX triplet: C1, 83 and 72. RGB value is (193,131,114). Sum of RGB (Red+Green+Blue) = 193+131+114=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C18372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18372 is #3E7C8D. Grayscale: #939393. Windows color (decimal): -4095118 or 7504833. OLE color: 7504833.

HSL color Cylindrical-coordinate representation of color #C18372: hue angle of 12.91º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18372 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 131 114 -
CMYK 0 0.32 0.41 0.24
HSL 12.91º 0.39% 0.6% -
HSV(B) 12.91º 0.41% 0.76% -
XYZ 33.15 28.78 19.73 -
YUV 147.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 193 131 114 0 0.32 0.41 0.24 12.91 0.39 0.6
Hex C1 83 72 0 20 29 18 D 27 3C
Octal 301 203 162 0 40 51 30 15 47 74
Binary 11000001 10000011 1110010 0 100000 101001 11000 1101 100111 111100

Color Harmonies of #C18372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18372

Black with #C18372

Text Example


Text Example

White with #C18372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18372; }

 p { color: rgb(193,131,114); }

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

background-color css

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

 a { background-color: rgb(193,131,114); }

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

border-color css

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

 span { border-color: rgb(193,131,114); }

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