Html Css Color HEX #C38671 Brandy Rose

📋 copy color: '#C38671'

red 195 ◦ green 134 ◦ blue 113

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

Shades of Brandy Rose #C38671

Tints of Brandy Rose #C38671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 44.12%
G = 30.32%
B = 25.57%

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

#C38671 (or 0xC38671) is known color: Brandy Rose. HEX triplet: C3, 86 and 71. RGB value is (195,134,113). Sum of RGB (Red+Green+Blue) = 195+134+113=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C38671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38671 is #3C798E. Grayscale: #959595. Windows color (decimal): -3963279 or 7440067. OLE color: 7440067.

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

Color convert

RGB 195 134 113 -
CMYK 0 0.31 0.42 0.24
HSL 15.37º 0.41% 0.6% -
HSV(B) 15.37º 0.42% 0.76% -
XYZ 34.01 29.84 19.59 -
YUV 149.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 195 134 113 0 0.31 0.42 0.24 15.37 0.41 0.6
Hex C3 86 71 0 1F 2A 18 F 29 3C
Octal 303 206 161 0 37 52 30 17 51 74
Binary 11000011 10000110 1110001 0 11111 101010 11000 1111 101001 111100

Color Harmonies of #C38671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38671

Black with #C38671

Text Example


Text Example

White with #C38671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38671; }

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

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

background-color css

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

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

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

border-color css

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

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

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