Html Css Color HEX #C38376 Brandy Rose

📋 copy color: '#C38376'

red 195 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #C38376

Tints of Brandy Rose #C38376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.58%

R = 43.92%
G = 29.5%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C38376 (or 0xC38376) is known color: Brandy Rose. HEX triplet: C3, 83 and 76. RGB value is (195,131,118). Sum of RGB (Red+Green+Blue) = 195+131+118=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C38376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38376 is #3C7C89. Grayscale: #949494. Windows color (decimal): -3964042 or 7766979. OLE color: 7766979.

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

Color convert

RGB 195 131 118 -
CMYK 0 0.33 0.39 0.24
HSL 10.13º 0.39% 0.61% -
HSV(B) 10.13º 0.39% 0.76% -
XYZ 33.89 29.14 20.98 -
YUV 148.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 195 131 118 0 0.33 0.39 0.24 10.13 0.39 0.61
Hex C3 83 76 0 21 27 18 A 27 3D
Octal 303 203 166 0 41 47 30 12 47 75
Binary 11000011 10000011 1110110 0 100001 100111 11000 1010 100111 111101

Color Harmonies of #C38376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38376

Black with #C38376

Text Example


Text Example

White with #C38376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38376; }

 p { color: rgb(195,131,118); }

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

background-color css

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

 a { background-color: rgb(195,131,118); }

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

border-color css

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

 span { border-color: rgb(195,131,118); }

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