Html Css Color HEX #C37C75 Brandy Rose

📋 copy color: '#C37C75'

red 195 ◦ green 124 ◦ blue 117

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

Shades of Brandy Rose #C37C75

Tints of Brandy Rose #C37C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 44.72%
G = 28.44%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C37C75 (or 0xC37C75) is known color: Brandy Rose. HEX triplet: C3, 7C and 75. RGB value is (195,124,117). Sum of RGB (Red+Green+Blue) = 195+124+117=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C75 is #3C838A. Grayscale: #909090. Windows color (decimal): -3965835 or 7699651. OLE color: 7699651.

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

Color convert

RGB 195 124 117 -
CMYK 0 0.36 0.4 0.24
HSL 5.38º 0.39% 0.61% -
HSV(B) 5.38º 0.4% 0.76% -
XYZ 32.92 27.3 20.36 -
YUV 144.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 195 124 117 0 0.36 0.4 0.24 5.38 0.39 0.61
Hex C3 7C 75 0 24 28 18 5 27 3D
Octal 303 174 165 0 44 50 30 5 47 75
Binary 11000011 1111100 1110101 0 100100 101000 11000 101 100111 111101

Color Harmonies of #C37C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C75

Black with #C37C75

Text Example


Text Example

White with #C37C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C75; }

 p { color: rgb(195,124,117); }

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

background-color css

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

 a { background-color: rgb(195,124,117); }

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

border-color css

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

 span { border-color: rgb(195,124,117); }

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