Html Css Color HEX #C1837B Brandy Rose

📋 copy color: '#C1837B'

red 193 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #C1837B

Tints of Brandy Rose #C1837B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

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

R = 43.18%
G = 29.31%
B = 27.52%

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

#C1837B (or 0xC1837B) is known color: Brandy Rose. HEX triplet: C1, 83 and 7B. RGB value is (193,131,123). Sum of RGB (Red+Green+Blue) = 193+131+123=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1837B is #3E7C84. Grayscale: #949494. Windows color (decimal): -4095109 or 8094657. OLE color: 8094657.

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

Color convert

RGB 193 131 123 -
CMYK 0 0.32 0.36 0.24
HSL 6.86º 0.36% 0.62% -
HSV(B) 6.86º 0.36% 0.76% -
XYZ 33.68 29 22.56 -
YUV 148.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 193 131 123 0 0.32 0.36 0.24 6.86 0.36 0.62
Hex C1 83 7B 0 20 24 18 7 24 3E
Octal 301 203 173 0 40 44 30 7 44 76
Binary 11000001 10000011 1111011 0 100000 100100 11000 111 100100 111110

Color Harmonies of #C1837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1837B

Black with #C1837B

Text Example


Text Example

White with #C1837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1837B; }

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

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

background-color css

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

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

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

border-color css

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

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

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