Html Css Color HEX #C38270 Brandy Rose

📋 copy color: '#C38270'

red 195 ◦ green 130 ◦ blue 112

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

Shades of Brandy Rose #C38270

Tints of Brandy Rose #C38270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

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

R = 44.62%
G = 29.75%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C38270 (or 0xC38270) is known color: Brandy Rose. HEX triplet: C3, 82 and 70. RGB value is (195,130,112). Sum of RGB (Red+Green+Blue) = 195+130+112=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C38270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38270 is #3C7D8F. Grayscale: #939393. Windows color (decimal): -3964304 or 7373507. OLE color: 7373507.

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

Color convert

RGB 195 130 112 -
CMYK 0 0.33 0.43 0.24
HSL 13.01º 0.41% 0.6% -
HSV(B) 13.01º 0.43% 0.76% -
XYZ 33.41 28.74 19.12 -
YUV 147.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 195 130 112 0 0.33 0.43 0.24 13.01 0.41 0.6
Hex C3 82 70 0 21 2B 18 D 29 3C
Octal 303 202 160 0 41 53 30 15 51 74
Binary 11000011 10000010 1110000 0 100001 101011 11000 1101 101001 111100

Color Harmonies of #C38270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38270

Black with #C38270

Text Example


Text Example

White with #C38270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38270; }

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

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

background-color css

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

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

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

border-color css

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

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

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