Html Css Color HEX #C38470 Brandy Rose

📋 copy color: '#C38470'

red 195 ◦ green 132 ◦ blue 112

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

Shades of Brandy Rose #C38470

Tints of Brandy Rose #C38470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 44.42%
G = 30.07%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C38470 (or 0xC38470) is known color: Brandy Rose. HEX triplet: C3, 84 and 70. RGB value is (195,132,112). Sum of RGB (Red+Green+Blue) = 195+132+112=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C38470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38470 is #3C7B8F. Grayscale: #949494. Windows color (decimal): -3963792 or 7374019. OLE color: 7374019.

HSL color Cylindrical-coordinate representation of color #C38470: hue angle of 14.46º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38470 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 112 -
CMYK 0 0.32 0.43 0.24
HSL 14.46º 0.41% 0.6% -
HSV(B) 14.46º 0.43% 0.76% -
XYZ 33.68 29.27 19.2 -
YUV 148.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 195 132 112 0 0.32 0.43 0.24 14.46 0.41 0.6
Hex C3 84 70 0 20 2B 18 E 29 3C
Octal 303 204 160 0 40 53 30 16 51 74
Binary 11000011 10000100 1110000 0 100000 101011 11000 1110 101001 111100

Color Harmonies of #C38470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38470

Black with #C38470

Text Example


Text Example

White with #C38470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38470; }

 p { color: rgb(195,132,112); }

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

background-color css

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

 a { background-color: rgb(195,132,112); }

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

border-color css

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

 span { border-color: rgb(195,132,112); }

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