Html Css Color HEX #C1867A Brandy Rose

📋 copy color: '#C1867A'

red 193 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #C1867A

Tints of Brandy Rose #C1867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

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

R = 42.98%
G = 29.84%
B = 27.17%

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

#C1867A (or 0xC1867A) is known color: Brandy Rose. HEX triplet: C1, 86 and 7A. RGB value is (193,134,122). Sum of RGB (Red+Green+Blue) = 193+134+122=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1867A is #3E7985. Grayscale: #969696. Windows color (decimal): -4094342 or 8029889. OLE color: 8029889.

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

Color convert

RGB 193 134 122 -
CMYK 0 0.31 0.37 0.24
HSL 10.14º 0.36% 0.62% -
HSV(B) 10.14º 0.37% 0.76% -
XYZ 34.03 29.79 22.37 -
YUV 150.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 193 134 122 0 0.31 0.37 0.24 10.14 0.36 0.62
Hex C1 86 7A 0 1F 25 18 A 24 3E
Octal 301 206 172 0 37 45 30 12 44 76
Binary 11000001 10000110 1111010 0 11111 100101 11000 1010 100100 111110

Color Harmonies of #C1867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1867A

Black with #C1867A

Text Example


Text Example

White with #C1867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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