Html Css Color HEX #C37DA5 Hopbush

📋 copy color: '#C37DA5'

red 195 ◦ green 125 ◦ blue 165

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

Shades of Hopbush #C37DA5

Tints of Hopbush #C37DA5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.77%

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 40.21%
G = 25.77%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C37DA5 (or 0xC37DA5) is known color: Hopbush. HEX triplet: C3, 7D and A5. RGB value is (195,125,165). Sum of RGB (Red+Green+Blue) = 195+125+165=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DA5 is #3C825A. Grayscale: #969696. Windows color (decimal): -3965531 or 10845635. OLE color: 10845635.

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

Color convert

RGB 195 125 165 -
CMYK 0 0.36 0.15 0.24
HSL 325.71º 0.37% 0.63% -
HSV(B) 325.71º 0.36% 0.76% -
XYZ 36.63 28.99 39.26 -
YUV 150.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 195 125 165 0 0.36 0.15 0.24 325.71 0.37 0.63
Hex C3 7D A5 0 24 F 18 146 25 3F
Octal 303 175 245 0 44 17 30 506 45 77
Binary 11000011 1111101 10100101 0 100100 1111 11000 101000110 100101 111111

Color Harmonies of #C37DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DA5

Black with #C37DA5

Text Example


Text Example

White with #C37DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DA5; }

 p { color: rgb(195,125,165); }

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

background-color css

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

 a { background-color: rgb(195,125,165); }

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

border-color css

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

 span { border-color: rgb(195,125,165); }

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