Html Css Color HEX #C38573 Brandy Rose

📋 copy color: '#C38573'

red 195 ◦ green 133 ◦ blue 115

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

Shades of Brandy Rose #C38573

Tints of Brandy Rose #C38573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 115 (45.31% from 255) = 25.96%

R = 44.02%
G = 30.02%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C38573 (or 0xC38573) is known color: Brandy Rose. HEX triplet: C3, 85 and 73. RGB value is (195,133,115). Sum of RGB (Red+Green+Blue) = 195+133+115=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38573 is #3C7A8C. Grayscale: #959595. Windows color (decimal): -3963533 or 7570883. OLE color: 7570883.

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

Color convert

RGB 195 133 115 -
CMYK 0 0.32 0.41 0.24
HSL 13.5º 0.4% 0.61% -
HSV(B) 13.5º 0.41% 0.76% -
XYZ 33.99 29.61 20.14 -
YUV 149.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 195 133 115 0 0.32 0.41 0.24 13.5 0.4 0.61
Hex C3 85 73 0 20 29 18 E 28 3D
Octal 303 205 163 0 40 51 30 16 50 75
Binary 11000011 10000101 1110011 0 100000 101001 11000 1110 101000 111101

Color Harmonies of #C38573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38573

Black with #C38573

Text Example


Text Example

White with #C38573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38573; }

 p { color: rgb(195,133,115); }

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

background-color css

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

 a { background-color: rgb(195,133,115); }

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

border-color css

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

 span { border-color: rgb(195,133,115); }

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