Html Css Color HEX #C1877A Brandy Rose

📋 copy color: '#C1877A'

red 193 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #C1877A

Tints of Brandy Rose #C1877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30%

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

R = 42.89%
G = 30%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1877A (or 0xC1877A) is known color: Brandy Rose. HEX triplet: C1, 87 and 7A. RGB value is (193,135,122). Sum of RGB (Red+Green+Blue) = 193+135+122=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1877A is #3E7885. Grayscale: #969696. Windows color (decimal): -4094086 or 8030145. OLE color: 8030145.

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

Color convert

RGB 193 135 122 -
CMYK 0 0.30 0.37 0.24
HSL 10.99º 0.36% 0.62% -
HSV(B) 10.99º 0.37% 0.76% -
XYZ 34.17 30.07 22.42 -
YUV 150.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 193 135 122 0 0.30 0.37 0.24 10.99 0.36 0.62
Hex C1 87 7A 0 1E 25 18 B 24 3E
Octal 301 207 172 0 36 45 30 13 44 76
Binary 11000001 10000111 1111010 0 11110 100101 11000 1011 100100 111110

Color Harmonies of #C1877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1877A

Black with #C1877A

Text Example


Text Example

White with #C1877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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