Html Css Color HEX #C3807B Brandy Rose

📋 copy color: '#C3807B'

red 195 ◦ green 128 ◦ blue 123

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

Shades of Brandy Rose #C3807B

Tints of Brandy Rose #C3807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 43.72%
G = 28.7%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3807B (or 0xC3807B) is known color: Brandy Rose. HEX triplet: C3, 80 and 7B. RGB value is (195,128,123). Sum of RGB (Red+Green+Blue) = 195+128+123=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C3807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3807B is #3C7F84. Grayscale: #939393. Windows color (decimal): -3964805 or 8093891. OLE color: 8093891.

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

Color convert

RGB 195 128 123 -
CMYK 0 0.34 0.37 0.24
HSL 4.17º 0.38% 0.62% -
HSV(B) 4.17º 0.37% 0.76% -
XYZ 33.8 28.47 22.45 -
YUV 147.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 195 128 123 0 0.34 0.37 0.24 4.17 0.38 0.62
Hex C3 80 7B 0 22 25 18 4 26 3E
Octal 303 200 173 0 42 45 30 4 46 76
Binary 11000011 10000000 1111011 0 100010 100101 11000 100 100110 111110

Color Harmonies of #C3807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3807B

Black with #C3807B

Text Example


Text Example

White with #C3807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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