Html Css Color HEX #C18471 Brandy Rose

📋 copy color: '#C18471'

red 193 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #C18471

Tints of Brandy Rose #C18471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 113 (44.53% from 255) = 25.8%

R = 44.06%
G = 30.14%
B = 25.8%

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

#C18471 (or 0xC18471) is known color: Brandy Rose. HEX triplet: C1, 84 and 71. RGB value is (193,132,113). Sum of RGB (Red+Green+Blue) = 193+132+113=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C18471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18471 is #3E7B8E. Grayscale: #949494. Windows color (decimal): -4094863 or 7439553. OLE color: 7439553.

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

Color convert

RGB 193 132 113 -
CMYK 0 0.32 0.41 0.24
HSL 14.25º 0.39% 0.6% -
HSV(B) 14.25º 0.41% 0.76% -
XYZ 33.22 29.03 19.48 -
YUV 148.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 193 132 113 0 0.32 0.41 0.24 14.25 0.39 0.6
Hex C1 84 71 0 20 29 18 E 27 3C
Octal 301 204 161 0 40 51 30 16 47 74
Binary 11000001 10000100 1110001 0 100000 101001 11000 1110 100111 111100

Color Harmonies of #C18471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18471

Black with #C18471

Text Example


Text Example

White with #C18471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18471; }

 p { color: rgb(193,132,113); }

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

background-color css

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

 a { background-color: rgb(193,132,113); }

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

border-color css

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

 span { border-color: rgb(193,132,113); }

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