Html Css Color HEX #C38276 Brandy Rose

📋 copy color: '#C38276'

red 195 ◦ green 130 ◦ blue 118

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

Shades of Brandy Rose #C38276

Tints of Brandy Rose #C38276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 44.02%
G = 29.35%
B = 26.64%

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

#C38276 (or 0xC38276) is known color: Brandy Rose. HEX triplet: C3, 82 and 76. RGB value is (195,130,118). Sum of RGB (Red+Green+Blue) = 195+130+118=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38276 is #3C7D89. Grayscale: #949494. Windows color (decimal): -3964298 or 7766723. OLE color: 7766723.

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

Color convert

RGB 195 130 118 -
CMYK 0 0.33 0.39 0.24
HSL 9.35º 0.39% 0.61% -
HSV(B) 9.35º 0.39% 0.76% -
XYZ 33.76 28.88 20.93 -
YUV 148.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 195 130 118 0 0.33 0.39 0.24 9.35 0.39 0.61
Hex C3 82 76 0 21 27 18 9 27 3D
Octal 303 202 166 0 41 47 30 11 47 75
Binary 11000011 10000010 1110110 0 100001 100111 11000 1001 100111 111101

Color Harmonies of #C38276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38276

Black with #C38276

Text Example


Text Example

White with #C38276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38276; }

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

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

background-color css

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

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

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

border-color css

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

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

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