Html Css Color HEX #C3867C Brandy Rose

📋 copy color: '#C3867C'

red 195 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #C3867C

Tints of Brandy Rose #C3867C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 43.05%
G = 29.58%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3867C (or 0xC3867C) is known color: Brandy Rose. HEX triplet: C3, 86 and 7C. RGB value is (195,134,124). Sum of RGB (Red+Green+Blue) = 195+134+124=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3867C is #3C7983. Grayscale: #979797. Windows color (decimal): -3963268 or 8160963. OLE color: 8160963.

HSL color Cylindrical-coordinate representation of color #C3867C: hue angle of 8.45º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3867C is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 124 -
CMYK 0 0.31 0.36 0.24
HSL 8.45º 0.37% 0.63% -
HSV(B) 8.45º 0.36% 0.76% -
XYZ 34.67 30.11 23.05 -
YUV 151.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 195 134 124 0 0.31 0.36 0.24 8.45 0.37 0.63
Hex C3 86 7C 0 1F 24 18 8 25 3F
Octal 303 206 174 0 37 44 30 10 45 77
Binary 11000011 10000110 1111100 0 11111 100100 11000 1000 100101 111111

Color Harmonies of #C3867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3867C

Black with #C3867C

Text Example


Text Example

White with #C3867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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