Html Css Color HEX #C18173 Brandy Rose

📋 copy color: '#C18173'

red 193 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #C18173

Tints of Brandy Rose #C18173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 44.16%
G = 29.52%
B = 26.32%

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

#C18173 (or 0xC18173) is known color: Brandy Rose. HEX triplet: C1, 81 and 73. RGB value is (193,129,115). Sum of RGB (Red+Green+Blue) = 193+129+115=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C18173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18173 is #3E7E8C. Grayscale: #929292. Windows color (decimal): -4095629 or 7569857. OLE color: 7569857.

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

Color convert

RGB 193 129 115 -
CMYK 0 0.33 0.40 0.24
HSL 10.77º 0.39% 0.6% -
HSV(B) 10.77º 0.4% 0.76% -
XYZ 32.94 28.28 19.94 -
YUV 146.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 193 129 115 0 0.33 0.40 0.24 10.77 0.39 0.6
Hex C1 81 73 0 21 28 18 B 27 3C
Octal 301 201 163 0 41 50 30 13 47 74
Binary 11000001 10000001 1110011 0 100001 101000 11000 1011 100111 111100

Color Harmonies of #C18173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18173

Black with #C18173

Text Example


Text Example

White with #C18173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18173; }

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

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

background-color css

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

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

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

border-color css

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

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

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