Html Css Color HEX #C38A76 Brandy Rose

📋 copy color: '#C38A76'

red 195 ◦ green 138 ◦ blue 118

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

Shades of Brandy Rose #C38A76

Tints of Brandy Rose #C38A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.6%

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

R = 43.24%
G = 30.6%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C38A76 (or 0xC38A76) is known color: Brandy Rose. HEX triplet: C3, 8A and 76. RGB value is (195,138,118). Sum of RGB (Red+Green+Blue) = 195+138+118=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A76 is #3C7589. Grayscale: #989898. Windows color (decimal): -3962250 or 7768771. OLE color: 7768771.

HSL color Cylindrical-coordinate representation of color #C38A76: hue angle of 15.58º 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 #C38A76 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 118 -
CMYK 0 0.29 0.39 0.24
HSL 15.58º 0.39% 0.61% -
HSV(B) 15.58º 0.39% 0.76% -
XYZ 34.86 31.09 21.3 -
YUV 152.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 195 138 118 0 0.29 0.39 0.24 15.58 0.39 0.61
Hex C3 8A 76 0 1D 27 18 10 27 3D
Octal 303 212 166 0 35 47 30 20 47 75
Binary 11000011 10001010 1110110 0 11101 100111 11000 10000 100111 111101

Color Harmonies of #C38A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A76

Black with #C38A76

Text Example


Text Example

White with #C38A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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