Html Css Color HEX #C18172 Brandy Rose

📋 copy color: '#C18172'

red 193 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #C18172

Tints of Brandy Rose #C18172

RGB

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

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

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

R = 44.27%
G = 29.59%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C18172 (or 0xC18172) is known color: Brandy Rose. HEX triplet: C1, 81 and 72. RGB value is (193,129,114). Sum of RGB (Red+Green+Blue) = 193+129+114=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C18172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18172 is #3E7E8D. Grayscale: #929292. Windows color (decimal): -4095630 or 7504321. OLE color: 7504321.

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

Color convert

RGB 193 129 114 -
CMYK 0 0.33 0.41 0.24
HSL 11.39º 0.39% 0.6% -
HSV(B) 11.39º 0.41% 0.76% -
XYZ 32.88 28.25 19.64 -
YUV 146.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 193 129 114 0 0.33 0.41 0.24 11.39 0.39 0.6
Hex C1 81 72 0 21 29 18 B 27 3C
Octal 301 201 162 0 41 51 30 13 47 74
Binary 11000001 10000001 1110010 0 100001 101001 11000 1011 100111 111100

Color Harmonies of #C18172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18172

Black with #C18172

Text Example


Text Example

White with #C18172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18172; }

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

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

background-color css

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

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

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

border-color css

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

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

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