Html Css Color HEX #C38874 Brandy Rose

📋 copy color: '#C38874'

red 195 ◦ green 136 ◦ blue 116

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

Shades of Brandy Rose #C38874

Tints of Brandy Rose #C38874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 43.62%
G = 30.43%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C38874 (or 0xC38874) is known color: Brandy Rose. HEX triplet: C3, 88 and 74. RGB value is (195,136,116). Sum of RGB (Red+Green+Blue) = 195+136+116=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38874 is #3C778B. Grayscale: #979797. Windows color (decimal): -3962764 or 7637187. OLE color: 7637187.

HSL color Cylindrical-coordinate representation of color #C38874: hue angle of 15.19º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38874 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 116 -
CMYK 0 0.30 0.41 0.24
HSL 15.19º 0.4% 0.61% -
HSV(B) 15.19º 0.41% 0.76% -
XYZ 34.46 30.47 20.59 -
YUV 151.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 195 136 116 0 0.30 0.41 0.24 15.19 0.4 0.61
Hex C3 88 74 0 1E 29 18 F 28 3D
Octal 303 210 164 0 36 51 30 17 50 75
Binary 11000011 10001000 1110100 0 11110 101001 11000 1111 101000 111101

Color Harmonies of #C38874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38874

Black with #C38874

Text Example


Text Example

White with #C38874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38874; }

 p { color: rgb(195,136,116); }

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

background-color css

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

 a { background-color: rgb(195,136,116); }

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

border-color css

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

 span { border-color: rgb(195,136,116); }

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