Html Css Color HEX #C38373 Brandy Rose

📋 copy color: '#C38373'

red 195 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #C38373

Tints of Brandy Rose #C38373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.71%

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

R = 44.22%
G = 29.71%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C38373 (or 0xC38373) is known color: Brandy Rose. HEX triplet: C3, 83 and 73. RGB value is (195,131,115). Sum of RGB (Red+Green+Blue) = 195+131+115=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38373 is #3C7C8C. Grayscale: #949494. Windows color (decimal): -3964045 or 7570371. OLE color: 7570371.

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

Color convert

RGB 195 131 115 -
CMYK 0 0.33 0.41 0.24
HSL 12º 0.4% 0.61% -
HSV(B) 12º 0.41% 0.76% -
XYZ 33.72 29.07 20.05 -
YUV 148.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 195 131 115 0 0.33 0.41 0.24 12 0.4 0.61
Hex C3 83 73 0 21 29 18 C 28 3D
Octal 303 203 163 0 41 51 30 14 50 75
Binary 11000011 10000011 1110011 0 100001 101001 11000 1100 101000 111101

Color Harmonies of #C38373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38373

Black with #C38373

Text Example


Text Example

White with #C38373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38373; }

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

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

background-color css

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

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

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

border-color css

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

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

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