Html Css Color HEX #C38472 Brandy Rose

📋 copy color: '#C38472'

red 195 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #C38472

Tints of Brandy Rose #C38472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 44.22%
G = 29.93%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38472 (or 0xC38472) is known color: Brandy Rose. HEX triplet: C3, 84 and 72. RGB value is (195,132,114). Sum of RGB (Red+Green+Blue) = 195+132+114=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38472 is #3C7B8D. Grayscale: #949494. Windows color (decimal): -3963790 or 7505091. OLE color: 7505091.

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

Color convert

RGB 195 132 114 -
CMYK 0 0.32 0.42 0.24
HSL 13.33º 0.4% 0.61% -
HSV(B) 13.33º 0.42% 0.76% -
XYZ 33.79 29.32 19.8 -
YUV 148.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 195 132 114 0 0.32 0.42 0.24 13.33 0.4 0.61
Hex C3 84 72 0 20 2A 18 D 28 3D
Octal 303 204 162 0 40 52 30 15 50 75
Binary 11000011 10000100 1110010 0 100000 101010 11000 1101 101000 111101

Color Harmonies of #C38472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38472

Black with #C38472

Text Example


Text Example

White with #C38472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38472; }

 p { color: rgb(195,132,114); }

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

background-color css

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

 a { background-color: rgb(195,132,114); }

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

border-color css

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

 span { border-color: rgb(195,132,114); }

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