Html Css Color HEX #C38070 Brandy Rose

📋 copy color: '#C38070'

red 195 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #C38070

Tints of Brandy Rose #C38070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 44.83%
G = 29.43%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C38070 (or 0xC38070) is known color: Brandy Rose. HEX triplet: C3, 80 and 70. RGB value is (195,128,112). Sum of RGB (Red+Green+Blue) = 195+128+112=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38070 is #3C7F8F. Grayscale: #929292. Windows color (decimal): -3964816 or 7372995. OLE color: 7372995.

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

Color convert

RGB 195 128 112 -
CMYK 0 0.34 0.43 0.24
HSL 11.57º 0.41% 0.6% -
HSV(B) 11.57º 0.43% 0.76% -
XYZ 33.15 28.21 19.03 -
YUV 146.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 195 128 112 0 0.34 0.43 0.24 11.57 0.41 0.6
Hex C3 80 70 0 22 2B 18 C 29 3C
Octal 303 200 160 0 42 53 30 14 51 74
Binary 11000011 10000000 1110000 0 100010 101011 11000 1100 101001 111100

Color Harmonies of #C38070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38070

Black with #C38070

Text Example


Text Example

White with #C38070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38070; }

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

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

background-color css

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

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

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

border-color css

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

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

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