Html Css Color HEX #C38178 Brandy Rose

📋 copy color: '#C38178'

red 195 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #C38178

Tints of Brandy Rose #C38178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 43.92%
G = 29.05%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C38178 (or 0xC38178) is known color: Brandy Rose. HEX triplet: C3, 81 and 78. RGB value is (195,129,120). Sum of RGB (Red+Green+Blue) = 195+129+120=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C38178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38178 is #3C7E87. Grayscale: #939393. Windows color (decimal): -3964552 or 7897539. OLE color: 7897539.

HSL color Cylindrical-coordinate representation of color #C38178: hue angle of 7.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38178 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 120 -
CMYK 0 0.34 0.38 0.24
HSL 7.2º 0.38% 0.62% -
HSV(B) 7.2º 0.38% 0.76% -
XYZ 33.75 28.66 21.52 -
YUV 147.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 195 129 120 0 0.34 0.38 0.24 7.2 0.38 0.62
Hex C3 81 78 0 22 26 18 7 26 3E
Octal 303 201 170 0 42 46 30 7 46 76
Binary 11000011 10000001 1111000 0 100010 100110 11000 111 100110 111110

Color Harmonies of #C38178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38178

Black with #C38178

Text Example


Text Example

White with #C38178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38178; }

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

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

background-color css

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

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

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

border-color css

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

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

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