Html Css Color HEX #C38171 Brandy Rose

📋 copy color: '#C38171'

red 195 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #C38171

Tints of Brandy Rose #C38171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

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

R = 44.62%
G = 29.52%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C38171 (or 0xC38171) is known color: Brandy Rose. HEX triplet: C3, 81 and 71. RGB value is (195,129,113). Sum of RGB (Red+Green+Blue) = 195+129+113=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C38171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38171 is #3C7E8E. Grayscale: #939393. Windows color (decimal): -3964559 or 7438787. OLE color: 7438787.

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

Color convert

RGB 195 129 113 -
CMYK 0 0.34 0.42 0.24
HSL 11.71º 0.41% 0.6% -
HSV(B) 11.71º 0.42% 0.76% -
XYZ 33.34 28.49 19.37 -
YUV 146.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 195 129 113 0 0.34 0.42 0.24 11.71 0.41 0.6
Hex C3 81 71 0 22 2A 18 C 29 3C
Octal 303 201 161 0 42 52 30 14 51 74
Binary 11000011 10000001 1110001 0 100010 101010 11000 1100 101001 111100

Color Harmonies of #C38171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38171

Black with #C38171

Text Example


Text Example

White with #C38171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38171; }

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

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

background-color css

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

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

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

border-color css

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

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

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