Html Css Color HEX #C38378 Brandy Rose

📋 copy color: '#C38378'

red 195 ◦ green 131 ◦ blue 120

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

Shades of Brandy Rose #C38378

Tints of Brandy Rose #C38378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

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

R = 43.72%
G = 29.37%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C38378 (or 0xC38378) is known color: Brandy Rose. HEX triplet: C3, 83 and 78. RGB value is (195,131,120). Sum of RGB (Red+Green+Blue) = 195+131+120=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C38378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38378 is #3C7C87. Grayscale: #949494. Windows color (decimal): -3964040 or 7898051. OLE color: 7898051.

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

Color convert

RGB 195 131 120 -
CMYK 0 0.33 0.38 0.24
HSL 8.8º 0.38% 0.62% -
HSV(B) 8.8º 0.38% 0.76% -
XYZ 34.01 29.19 21.61 -
YUV 148.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 195 131 120 0 0.33 0.38 0.24 8.8 0.38 0.62
Hex C3 83 78 0 21 26 18 9 26 3E
Octal 303 203 170 0 41 46 30 11 46 76
Binary 11000011 10000011 1111000 0 100001 100110 11000 1001 100110 111110

Color Harmonies of #C38378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38378

Black with #C38378

Text Example


Text Example

White with #C38378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38378; }

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

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

background-color css

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

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

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

border-color css

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

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

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