Html Css Color HEX #C1817E Brandy Rose

📋 copy color: '#C1817E'

red 193 ◦ green 129 ◦ blue 126

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

Shades of Brandy Rose #C1817E

Tints of Brandy Rose #C1817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 43.08%
G = 28.79%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1817E (or 0xC1817E) is known color: Brandy Rose. HEX triplet: C1, 81 and 7E. RGB value is (193,129,126). Sum of RGB (Red+Green+Blue) = 193+129+126=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1817E is #3E7E81. Grayscale: #939393. Windows color (decimal): -4095618 or 8290753. OLE color: 8290753.

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

Color convert

RGB 193 129 126 -
CMYK 0 0.33 0.35 0.24
HSL 2.69º 0.35% 0.63% -
HSV(B) 2.69º 0.35% 0.76% -
XYZ 33.61 28.54 23.48 -
YUV 147.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 193 129 126 0 0.33 0.35 0.24 2.69 0.35 0.63
Hex C1 81 7E 0 21 23 18 3 23 3F
Octal 301 201 176 0 41 43 30 3 43 77
Binary 11000001 10000001 1111110 0 100001 100011 11000 11 100011 111111

Color Harmonies of #C1817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1817E

Black with #C1817E

Text Example


Text Example

White with #C1817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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