Html Css Color HEX #C1816E Brandy Rose

📋 copy color: '#C1816E'

red 193 ◦ green 129 ◦ blue 110

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

Shades of Brandy Rose #C1816E

Tints of Brandy Rose #C1816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.46%

R = 44.68%
G = 29.86%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1816E (or 0xC1816E) is known color: Brandy Rose. HEX triplet: C1, 81 and 6E. RGB value is (193,129,110). Sum of RGB (Red+Green+Blue) = 193+129+110=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1816E is #3E7E91. Grayscale: #929292. Windows color (decimal): -4095634 or 7242177. OLE color: 7242177.

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

Color convert

RGB 193 129 110 -
CMYK 0 0.33 0.43 0.24
HSL 13.73º 0.4% 0.59% -
HSV(B) 13.73º 0.43% 0.76% -
XYZ 32.66 28.16 18.47 -
YUV 145.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 193 129 110 0 0.33 0.43 0.24 13.73 0.4 0.59
Hex C1 81 6E 0 21 2B 18 E 28 3B
Octal 301 201 156 0 41 53 30 16 50 73
Binary 11000001 10000001 1101110 0 100001 101011 11000 1110 101000 111011

Color Harmonies of #C1816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1816E

Black with #C1816E

Text Example


Text Example

White with #C1816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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