Html Css Color HEX #C37A8A Charm

📋 copy color: '#C37A8A'

red 195 ◦ green 122 ◦ blue 138

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

Shades of Charm #C37A8A

Tints of Charm #C37A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 42.86%
G = 26.81%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C37A8A (or 0xC37A8A) is known color: Charm. HEX triplet: C3, 7A and 8A. RGB value is (195,122,138). Sum of RGB (Red+Green+Blue) = 195+122+138=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A8A is #3C8575. Grayscale: #919191. Windows color (decimal): -3966326 or 9075395. OLE color: 9075395.

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

Color convert

RGB 195 122 138 -
CMYK 0 0.37 0.29 0.24
HSL 346.85º 0.38% 0.62% -
HSV(B) 346.85º 0.37% 0.76% -
XYZ 34.05 27.36 27.53 -
YUV 145.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 195 122 138 0 0.37 0.29 0.24 346.85 0.38 0.62
Hex C3 7A 8A 0 25 1D 18 15B 26 3E
Octal 303 172 212 0 45 35 30 533 46 76
Binary 11000011 1111010 10001010 0 100101 11101 11000 101011011 100110 111110

Color Harmonies of #C37A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A8A

Black with #C37A8A

Text Example


Text Example

White with #C37A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A8A; }

 p { color: rgb(195,122,138); }

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

background-color css

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

 a { background-color: rgb(195,122,138); }

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

border-color css

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

 span { border-color: rgb(195,122,138); }

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