Html Css Color HEX #C1856E Brandy Rose

📋 copy color: '#C1856E'

red 193 ◦ green 133 ◦ blue 110

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

Shades of Brandy Rose #C1856E

Tints of Brandy Rose #C1856E

RGB

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

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

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

R = 44.27%
G = 30.5%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1856E (or 0xC1856E) is known color: Brandy Rose. HEX triplet: C1, 85 and 6E. RGB value is (193,133,110). Sum of RGB (Red+Green+Blue) = 193+133+110=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1856E is #3E7A91. Grayscale: #949494. Windows color (decimal): -4094610 or 7243201. OLE color: 7243201.

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

Color convert

RGB 193 133 110 -
CMYK 0 0.31 0.43 0.24
HSL 16.63º 0.4% 0.59% -
HSV(B) 16.63º 0.43% 0.76% -
XYZ 33.19 29.24 18.65 -
YUV 148.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 193 133 110 0 0.31 0.43 0.24 16.63 0.4 0.59
Hex C1 85 6E 0 1F 2B 18 11 28 3B
Octal 301 205 156 0 37 53 30 21 50 73
Binary 11000001 10000101 1101110 0 11111 101011 11000 10001 101000 111011

Color Harmonies of #C1856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1856E

Black with #C1856E

Text Example


Text Example

White with #C1856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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