Html Css Color HEX #C38170 Brandy Rose

📋 copy color: '#C38170'

red 195 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #C38170

Tints of Brandy Rose #C38170

RGB

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

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

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

R = 44.72%
G = 29.59%
B = 25.69%

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

#C38170 (or 0xC38170) is known color: Brandy Rose. HEX triplet: C3, 81 and 70. RGB value is (195,129,112). Sum of RGB (Red+Green+Blue) = 195+129+112=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C38170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38170 is #3C7E8F. Grayscale: #929292. Windows color (decimal): -3964560 or 7373251. OLE color: 7373251.

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

Color convert

RGB 195 129 112 -
CMYK 0 0.34 0.43 0.24
HSL 12.29º 0.41% 0.6% -
HSV(B) 12.29º 0.43% 0.76% -
XYZ 33.28 28.47 19.07 -
YUV 146.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 195 129 112 0 0.34 0.43 0.24 12.29 0.41 0.6
Hex C3 81 70 0 22 2B 18 C 29 3C
Octal 303 201 160 0 42 53 30 14 51 74
Binary 11000011 10000001 1110000 0 100010 101011 11000 1100 101001 111100

Color Harmonies of #C38170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38170

Black with #C38170

Text Example


Text Example

White with #C38170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38170; }

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

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

background-color css

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

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

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

border-color css

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

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

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