Html Css Color HEX #C3867B Brandy Rose

📋 copy color: '#C3867B'

red 195 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #C3867B

Tints of Brandy Rose #C3867B

RGB

 RED value IS 195 (76.56% from 255) = 43.14%

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

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

R = 43.14%
G = 29.65%
B = 27.21%

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

#C3867B (or 0xC3867B) is known color: Brandy Rose. HEX triplet: C3, 86 and 7B. RGB value is (195,134,123). Sum of RGB (Red+Green+Blue) = 195+134+123=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3867B is #3C7984. Grayscale: #979797. Windows color (decimal): -3963269 or 8095427. OLE color: 8095427.

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

Color convert

RGB 195 134 123 -
CMYK 0 0.31 0.37 0.24
HSL 9.17º 0.38% 0.62% -
HSV(B) 9.17º 0.37% 0.76% -
XYZ 34.61 30.08 22.72 -
YUV 150.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 195 134 123 0 0.31 0.37 0.24 9.17 0.38 0.62
Hex C3 86 7B 0 1F 25 18 9 26 3E
Octal 303 206 173 0 37 45 30 11 46 76
Binary 11000011 10000110 1111011 0 11111 100101 11000 1001 100110 111110

Color Harmonies of #C3867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3867B

Black with #C3867B

Text Example


Text Example

White with #C3867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3867B; }

 p { color: rgb(195,134,123); }

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

background-color css

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

 a { background-color: rgb(195,134,123); }

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

border-color css

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

 span { border-color: rgb(195,134,123); }

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