Html Css Color HEX #C38771 Brandy Rose

📋 copy color: '#C38771'

red 195 ◦ green 135 ◦ blue 113

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

Shades of Brandy Rose #C38771

Tints of Brandy Rose #C38771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

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

R = 44.02%
G = 30.47%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38771 (or 0xC38771) is known color: Brandy Rose. HEX triplet: C3, 87 and 71. RGB value is (195,135,113). Sum of RGB (Red+Green+Blue) = 195+135+113=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38771 is #3C788E. Grayscale: #969696. Windows color (decimal): -3963023 or 7440323. OLE color: 7440323.

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

Color convert

RGB 195 135 113 -
CMYK 0 0.31 0.42 0.24
HSL 16.1º 0.41% 0.6% -
HSV(B) 16.1º 0.42% 0.76% -
XYZ 34.15 30.12 19.64 -
YUV 150.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 195 135 113 0 0.31 0.42 0.24 16.1 0.41 0.6
Hex C3 87 71 0 1F 2A 18 10 29 3C
Octal 303 207 161 0 37 52 30 20 51 74
Binary 11000011 10000111 1110001 0 11111 101010 11000 10000 101001 111100

Color Harmonies of #C38771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38771

Black with #C38771

Text Example


Text Example

White with #C38771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38771; }

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

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

background-color css

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

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

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

border-color css

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

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

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