Html Css Color HEX #C38571 Brandy Rose

📋 copy color: '#C38571'

red 195 ◦ green 133 ◦ blue 113

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

Shades of Brandy Rose #C38571

Tints of Brandy Rose #C38571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.16%

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

R = 44.22%
G = 30.16%
B = 25.62%

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

#C38571 (or 0xC38571) is known color: Brandy Rose. HEX triplet: C3, 85 and 71. RGB value is (195,133,113). Sum of RGB (Red+Green+Blue) = 195+133+113=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38571 is #3C7A8E. Grayscale: #959595. Windows color (decimal): -3963535 or 7439811. OLE color: 7439811.

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

Color convert

RGB 195 133 113 -
CMYK 0 0.32 0.42 0.24
HSL 14.63º 0.41% 0.6% -
HSV(B) 14.63º 0.42% 0.76% -
XYZ 33.87 29.57 19.54 -
YUV 149.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 195 133 113 0 0.32 0.42 0.24 14.63 0.41 0.6
Hex C3 85 71 0 20 2A 18 F 29 3C
Octal 303 205 161 0 40 52 30 17 51 74
Binary 11000011 10000101 1110001 0 100000 101010 11000 1111 101001 111100

Color Harmonies of #C38571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38571

Black with #C38571

Text Example


Text Example

White with #C38571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38571; }

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

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

background-color css

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

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

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

border-color css

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

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

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