Html Css Color HEX #C1857A Brandy Rose

📋 copy color: '#C1857A'

red 193 ◦ green 133 ◦ blue 122

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

Shades of Brandy Rose #C1857A

Tints of Brandy Rose #C1857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

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

R = 43.08%
G = 29.69%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1857A (or 0xC1857A) is known color: Brandy Rose. HEX triplet: C1, 85 and 7A. RGB value is (193,133,122). Sum of RGB (Red+Green+Blue) = 193+133+122=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1857A is #3E7A85. Grayscale: #959595. Windows color (decimal): -4094598 or 8029633. OLE color: 8029633.

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

Color convert

RGB 193 133 122 -
CMYK 0 0.31 0.37 0.24
HSL 9.3º 0.36% 0.62% -
HSV(B) 9.3º 0.37% 0.76% -
XYZ 33.89 29.52 22.32 -
YUV 149.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 193 133 122 0 0.31 0.37 0.24 9.3 0.36 0.62
Hex C1 85 7A 0 1F 25 18 9 24 3E
Octal 301 205 172 0 37 45 30 11 44 76
Binary 11000001 10000101 1111010 0 11111 100101 11000 1001 100100 111110

Color Harmonies of #C1857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1857A

Black with #C1857A

Text Example


Text Example

White with #C1857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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