Html Css Color HEX #C1817A Brandy Rose

📋 copy color: '#C1817A'

red 193 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #C1817A

Tints of Brandy Rose #C1817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 43.47%
G = 29.05%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1817A (or 0xC1817A) is known color: Brandy Rose. HEX triplet: C1, 81 and 7A. RGB value is (193,129,122). Sum of RGB (Red+Green+Blue) = 193+129+122=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1817A is #3E7E85. Grayscale: #939393. Windows color (decimal): -4095622 or 8028609. OLE color: 8028609.

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

Color convert

RGB 193 129 122 -
CMYK 0 0.33 0.37 0.24
HSL 5.92º 0.36% 0.62% -
HSV(B) 5.92º 0.37% 0.76% -
XYZ 33.36 28.44 22.14 -
YUV 147.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 193 129 122 0 0.33 0.37 0.24 5.92 0.36 0.62
Hex C1 81 7A 0 21 25 18 6 24 3E
Octal 301 201 172 0 41 45 30 6 44 76
Binary 11000001 10000001 1111010 0 100001 100101 11000 110 100100 111110

Color Harmonies of #C1817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1817A

Black with #C1817A

Text Example


Text Example

White with #C1817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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