Html Css Color HEX #C1847B Brandy Rose

📋 copy color: '#C1847B'

red 193 ◦ green 132 ◦ blue 123

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

Shades of Brandy Rose #C1847B

Tints of Brandy Rose #C1847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 43.08%
G = 29.46%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1847B (or 0xC1847B) is known color: Brandy Rose. HEX triplet: C1, 84 and 7B. RGB value is (193,132,123). Sum of RGB (Red+Green+Blue) = 193+132+123=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1847B is #3E7B84. Grayscale: #959595. Windows color (decimal): -4094853 or 8094913. OLE color: 8094913.

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

Color convert

RGB 193 132 123 -
CMYK 0 0.32 0.36 0.24
HSL 7.71º 0.36% 0.62% -
HSV(B) 7.71º 0.36% 0.76% -
XYZ 33.82 29.27 22.61 -
YUV 149.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 193 132 123 0 0.32 0.36 0.24 7.71 0.36 0.62
Hex C1 84 7B 0 20 24 18 8 24 3E
Octal 301 204 173 0 40 44 30 10 44 76
Binary 11000001 10000100 1111011 0 100000 100100 11000 1000 100100 111110

Color Harmonies of #C1847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1847B

Black with #C1847B

Text Example


Text Example

White with #C1847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1847B; }

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

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

background-color css

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

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

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

border-color css

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

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

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