Html Css Color HEX #C38471 Brandy Rose

📋 copy color: '#C38471'

red 195 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #C38471

Tints of Brandy Rose #C38471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 44.32%
G = 30%
B = 25.68%

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

#C38471 (or 0xC38471) is known color: Brandy Rose. HEX triplet: C3, 84 and 71. RGB value is (195,132,113). Sum of RGB (Red+Green+Blue) = 195+132+113=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38471 is #3C7B8E. Grayscale: #949494. Windows color (decimal): -3963791 or 7439555. OLE color: 7439555.

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

Color convert

RGB 195 132 113 -
CMYK 0 0.32 0.42 0.24
HSL 13.9º 0.41% 0.6% -
HSV(B) 13.9º 0.42% 0.76% -
XYZ 33.74 29.3 19.5 -
YUV 148.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 195 132 113 0 0.32 0.42 0.24 13.9 0.41 0.6
Hex C3 84 71 0 20 2A 18 E 29 3C
Octal 303 204 161 0 40 52 30 16 51 74
Binary 11000011 10000100 1110001 0 100000 101010 11000 1110 101001 111100

Color Harmonies of #C38471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38471

Black with #C38471

Text Example


Text Example

White with #C38471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38471; }

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

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

background-color css

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

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

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

border-color css

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

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

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